Answer Posted / revati
Equivalence portioning is a technique for testing
equivalence classes rather than undertaking exhaustive
testing for each value of the larger class.
An equivalence class is a subset of data that is
representative of a larger class.
For example:
1.If an input condition specifies a range, then there will
be one valid and two invalid equivalence classes are
defined as follows:
If the Name text field should be 5 to 10 alpha
characters. Then instead of checking 6 times Name text
field ,make one class with range <5-10> which will be
called valid class and another class will be invalid
class which will be less than and greater than the range.
2.If an input condition requires a specific value, then one
valid and two valid classes are defined.
e.g. Input data is 6 digit number, then valid class is
<6 digit> and invalid classes are (<6) &( >6)
3.If an input condition is a Boolean then one valid and one
invalid equivalence classes are defined.
e.g. True or False.
The aim is to minimize the number of test cases require to
cover these input conditions.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is difference between Manual testing and Pega/BPM testing?
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
What’s the difference between a bug and a defect?
What is bidirectional traceability ??? and how it is implemented
I am a ISTQB cerfity tester with 3 yrs experience(kolkata) , I left my current commpany due to some problem but since two months I did not get new job , why? is my age is 33 yrs and I am married . If anybody have any answer please let me know, my email id sangitadas1981@gmail.com/yahoo.co.in
what comments have u given in peer review? tell me at least 3 comments what u have given? july27 brahma412@yahoo.co.in
what risks do u faced u r projest how do you solve
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...
Testcases for msword( microsoct office word??
1. what is a date guidelines ?
Can i get answers for telecom testing for eg telecom billing rating can be tested
What is Web testing & which action we take at the time of Web Testing?
diff b/w desktop based testing & web application testing
Explain the strategy for testing a Java application?