Explain Equivalence Partitioning ?

Answers were Sorted based on User's Feedback



Explain Equivalence Partitioning ?..

Answer / ramyab.mca@gmail.com

Hai...

Equivalence Partitioning :

In this method the input domain data is divided into
different equivalence data classes. This method is
typically used to reduce the total number of test cases to
a finite set of testable test cases, still covering maximum
requirements.

In short it is the process of taking all possible test
cases and placing them into classes. One test value is
picked from each class while testing.

E.g.: If you are testing for an input box accepting numbers
from 1 to 1000 then there is no use in writing thousand
test cases for all 1000 valid input numbers plus other test
cases for invalid data.

Using equivalence partitioning method above test cases can
be divided into three sets of input data called as classes.
Each test case is a representative of respective class


K,Byeee..
Thanks & Regards
B.Ramysri

Is This Answer Correct ?    2 Yes 0 No

Explain Equivalence Partitioning ?..

Answer / mfsi_priyankaa

In Equivalence partitioning we divide the inputs into
different class means same set of inputs will come into one
class and other set of input will come under another
class.In this way we can reduce the number of test data..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

Hi! I have got an expirence of a year in Software(manual) testing...Kindly let me if there are any openings for the same,location :MUMBAI..i have got a knowledge of C++,sql (basic),java,and have done a automation testing course..

1 Answers  


Do we have to execute all the test cases while doing sanity testing and regression testing??(manual testing)

2 Answers  


Wht is the Test Driver used in Integration Testing. Anybody can expalin in Detail. Thanks in advance.

6 Answers   TCS,


what is meant by exhaustive testing?

18 Answers   Ericsson, STC,


If u have to test the web page application and have to validate the Look & Feel of the application then how will u test it?

1 Answers   GL Noble Denton,


Q-1 WHAT IS USE CASE? Q-2 Test cases cannot be developed with system users and designers as the use cases are being developed? true or false Q-3 WHAT ARE DIFFERENT TYPES OF INCREMENTAL TESTING? Q-4)The cost of fixing a fault a)not important b)increses the later fault is found c)decreses the later fault is found d)can never be determined

3 Answers  


What is Memory Testing> Do you perform ever memory testing on Desktop or Web application ?

1 Answers   ABC,


What is the difference between Test case and test scenario? which is the best one you preferred?

1 Answers   TCS,


What does the tester do in automated testing?

1 Answers  


what is meant meant by test log?

1 Answers   DSR Management, Mastek,


what are the typical problems in web testing?

0 Answers  


What are the testing processes, methodologies and techniques

5 Answers   IBM,


Categories