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 the relation between all tabs in quality center & explain the testing process in quality center with tabs?
Can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
What are the bugs we cannot find in black box?
What type bugs you will find in integration testing with example?
Different types of design diagrams that supports to write test cases ?
what is JAVA TESTING? What Testers will do in JAVA Testing. Can any one Give suitable Ans Pls. it's urgent
what is scrum how with ex?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
Please send any one latest 3+ years of experience testing tools resumes my mail id is krishnavenimodaliar26@gmail.com
write test case for gmail login page
tell me some major and minor defects in ur net banking project?
Explain unit testing, integration tests, system testing and acceptance testing?
How to do security implementation for any URL??
what is the difference between Risk based and Requirement based testing???
What is stub?