Expain Equivalence Class Partion with an Example?
Answer Posted / 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 ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is difference in between operating system 2000 and os xp?
i have done B.E. computer in 2009 i have done software testing course and also 6 months exp in testing on live project as trainee, now a days i am searching job in pune. can any one tell me any opening in pune?
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
Can you explain calibration?
Explain test metric and the information it provides.
How many types of api testing are there?
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
Explain compatibility testing with an example.
What is quality center?
How to do Performance Testing manually for a Flash Application?
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
What is the difference between system testing and integration testing?
how to test a web application manually?can u explain indetail?
.In languages testing, what is the fixed part and changing part?
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?