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 |
testing is a procedure or methodology,diff between methodoly and procedure?
What is comprehensive testing
what is meant by alpha testing?
Write 2 scenarios for Integration testing? Please let me know its urgent.
What is the main use of preparing traceability matrix and explain the real time usage?
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
What is integration level testing?
1.tell me one bug what u find ur testing and how u ill fix severity and priority? 2.difference between web and window based testing? 3.bug life cycle?
Can any one tell me which is the best institute for testing in Hyderabad and also the faculty suresh or nageshwarao ????
When we have to use Boundary value analysis and when to use equivalence partitioning. Please explain with an example. Urgently required.
Manual and automation how do they help in bringing out quality product? Explain?
When you found any bug before release product to the customer.what will you do????what will be your aproach?