Explain Equivalence Partitioning ?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
Equivalence Partitioning :
In this method the input domain data is divided into
different equivalence data classes. This method is
typically used to reduce the total number of test cases to
a finite set of testable test cases, still covering maximum
requirements.
In short it is the process of taking all possible test
cases and placing them into classes. One test value is
picked from each class while testing.
E.g.: If you are testing for an input box accepting numbers
from 1 to 1000 then there is no use in writing thousand
test cases for all 1000 valid input numbers plus other test
cases for invalid data.
Using equivalence partitioning method above test cases can
be divided into three sets of input data called as classes.
Each test case is a representative of respective class
K,Byeee..
Thanks & Regards
B.Ramysri
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mfsi_priyankaa
In Equivalence partitioning we divide the inputs into
different class means same set of inputs will come into one
class and other set of input will come under another
class.In this way we can reduce the number of test data..
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mean by Defect Injection?,Tell me in brife
What is the deferace between End to End testing & system testing? Give me at least one example
what is diff between stress testing and spike testing
What we mean by Stealth Bug
thet asked me explain about testplan& format of it ?how can i get documents about testplan documnets if any one have plz send to me ?
What is actually contain test report?
Hi Friends, Can anybody email me Contents of Manual Testing on my email ie mca.rachna21@gmail.com.
how to maintain review reports
What sre the documents used in SDLC, and STLC?
what are the 3 test tool categories and describe what each can do.
How would you test a service oriented architecture (soa) web application?
The company has software running in its production environment that was designed and tested on its quad- processor servers with 16 GB of RAM. In order to meet budget constraints, its disaster recovery plan calls for this same software to be installed on functionally identical servers, which are dual-processor with 12 GB of RAM. The test group has been tasked with confirming that the software is going to work on the hardware proposed in the disaster recovery plan. -what testing types is being used in the scenario above?