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 |
explain bug cycle
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.
how many phases in SDLC
How to measure testing Productivity ?
what is sanity testing when do u start it
What are similarities of Agile and Scrum?
0 Answers CybAge, IBM, Nissan,
which knowledge is must for tester
What is the difference between two tier and three tier architecture?
what is localization testing?is it a black box testing or white box testing?describe briefly?
When the 1st time I will log into the application it will ask to change the passward.After 30 dayz the passward will expire and the application is unaccesible.U cant alter the server time.... How will u test it??
From which phase will you start testing and How will you find out the left out things in testing?
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??