What is Equivalance Class?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 methodologies you are following
i have two questions ,1)wat is sixsigmatesting 2)wat is stand alone project.plz anybody give the answer
what is mean by exactly the difference between the testcase and usecase
What is CheckList?
What is the difference between Usability testing and Exploratory Testing?
What is the difference between GUI Testing,UI testing and Usability TEsting
how load testing is different from regression testing?
What is Test Metrics? and what are the different types of test metrics?
what is the Exact difference between Sanity and Smoke testings
in web application , what are the common "browser compatabality issues " that you have across.?
what is a bug?
I attended CDC software written test on 14th august 2009.time is 45 minutes. 10 objective type questions & 10 descriptive questions. In objective they asked questions from database like what is MTTF,Hotfix,Normalization,table index is used for what?,Release notes etc... 1.What is Registry? 2.What is compatibility testing? 3.Diff between Automated&Performance testing? 4.What is testing for availability? 5.Open database connectivity interface is used for/ 6.Difference btn Application and DLL'S? 7.What is code complete? 8.What is Release candidate? 9.What is smoke test? 10.Is virus a bug?