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 defect cascading in software testing?
There is an opening in our organization Sierra Atlantic, Hyderabad. All Manual test engineers with 2-3 years of experience can forward your resumes to mah_cs82@yahoo.com before May 01, 2008. (Only manual testers) with a covering letter, current CTC and Expected CTC.
What is "pet model" of Bug reporting cycle
How you will test media player ?
What are the advantages of Automated Testing?
can any one explain the performance testing in detail plz
write Test Cases on PEN and Fan. Like GUI and Functionality. Positive and Negative?
2 Answers CSR, Hoch Technologies, Mind Q Systems,
can anybody tell me .. in realtime how cookies testing is actually done by the tester? And Test case is needed for cookies testingor not required?
who prepares the Use case?and why it is used?and when is use case prepared?who prepares the srs frs brs use case
What is Intersystem testing
who are all participate in preparing SRS documents? what are the datas present in SRS documents? who will create test plan ? what are the inputs for test plan & test case?
How can you find dead code!!