What is Equivalance Class?

Answers were Sorted based on User's Feedback



What is Equivalance Class?..

Answer / sudhakar8

An equivalence class is a subset of data that is
representative of a larger class. Equivalence partitioning
is a technique for testing equivalence classes rather than
undertaking exhaustive testing of each value of the larger
class. For example, a program which edits credit limits
within a given range (1,000 - 1,500) would have three
equivalence classes:

< 1,000 (invalid)
Between 1,000 and 1,500 (valid)
> 1,500 (invalid)

Is This Answer Correct ?    8 Yes 1 No

What is Equivalance Class?..

Answer / qaforfun

Equivalence Class is a collection of test inputs such that
one input check validates all input values in that class.

Is This Answer Correct ?    4 Yes 1 No

What is Equivalance Class?..

Answer / ceenu

it show the valid and invalid classes

Is This Answer Correct ?    2 Yes 0 No

What is Equivalance Class?..

Answer / santoshnathan

ECP is BB testing technique that divide input domain of a
program into classes.Like

1.If I/P condition specifies range, one valid and two
invalid classes are defined
2.If I/P condition requires specific value,one valid and two
invalid classes are defined
3.If I/P condition is member of set,One valid and one
invalid classes are defined
4.If I/P condition is Boolean,One valid and one Invalid
classes are defined.

Is This Answer Correct ?    1 Yes 0 No

What is Equivalance Class?..

Answer / sujatha_k

In equivalance class , two invalid input and one valid
input enter do that testing and verified functionilty.

Is This Answer Correct ?    1 Yes 0 No

What is Equivalance Class?..

Answer / himanshu patel

>> Divide Test Data in to ..

Invalid, Valid, Invalid ... Classes.

Example: For getting licence you must be atleast 18 years of
age. And you can not get licence if your age is 80 years or
more. So if we divide this data using equi class
partitioning then it will be as following:

<15,40,90>

Is This Answer Correct ?    1 Yes 1 No

What is Equivalance Class?..

Answer / sudarshan

the values maximum and minimum that to be checked for the
application.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

What sort of things would you put down in a bug report?

2 Answers  


Why most of the people saying testing is easy job? an you justify?

10 Answers   GE,


How regularly you used to get the build and who used to installed build in software testing

2 Answers   Kony, Oracle,


what is meant by metrics give some examples and what is meant by testscripts

2 Answers  


In an interview, what r the general questions asked in manual?pls give me anwser to this question?

2 Answers  






When do you escalate issues to your Manager?

1 Answers   MTN,


Hello testers I am an Bsc Hotel mgmt Degree holders but now am doin my software testin programme, side by MCA Master degree an have 6 months exp i testing in company.. i want to change my CV according IT based. so can anyone help me with sendin any sample CV of urs.. do me this favour it wil be very helpful for me prepare CV for interviews....

0 Answers  


How many Test Cases do we need to write for a particular application?(For example, for this AllInterview.com?)

4 Answers   InterGraph,


hi sir, Mfsi_krushnas [Mindfire Solutions] i think ur answers are good........ pls mail me ur institute address .... r u faculty? i need database testing on sql server... gan9000@gmail.com, what is the market for db testing, max companies are using which database on db testing.... sql sever or my sql or sql-oracle?

3 Answers  


What are the validation check u generaly do in a Banking log-in form in security point of view..?

3 Answers   HCL,


What is Hybrid testing?

2 Answers   Formac,


what is test coverage matrix? what its use? and its format?

5 Answers   IBM, SAS,


Categories