What is Equivalence Partitioning

A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.

Showing Answers 1 - 7 of 7 Answers

vijayalakshmi

  • Dec 5th, 2005
 

Portion of components ip or op domains for the component's behaviour

  Was this answer useful?  Yes

equivalence partitioning is a type of black box testing.  for eg. if the salary fields should be <50,000 and >10,000 it can be checked by giving three types of testcases  

More than the value given (invalid  data)

Lesser than the value (invalid data)

Between the range (valid data)

  Was this answer useful?  Yes

sudhakar2068

  • Sep 14th, 2006
 

Equivalence Partitioning: A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.

 sudhakar kolla.

If you have doubts can ask me.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.

  Was this answer useful?  Yes

Sujatars

  • Mar 22nd, 2007
 

The input domain of a system is partitioned into classes of representative values so that the number of test cases can be limited to one-per-class, which represents the minimum number of test cases that must be executed.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions