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 |
we are writing bug report in excel-sheet how you are sending the report to your concern person. (give me the detail work from bug found, where you are storing and how you are sending related to your company)
what r all the documents does the testers create? some saying testing document starts with test policy,what is all this things? Does anyone have example application to explain this document or any links,plz provide. Also,will someone tell me what is test methodology? kindly help me....thank u!
An employee table, with the columns id, name, sal and dob.Query to select emp names of all highest salaries(there are 4-5 people having the same salary which happens to be the highest).
What is the difference between White Box testing and Unit Testing?
How can we test a web application meant for Dump and Deaf???
what is regression testing and what is system testing? whaen we will do the regression testing and when we will do the system testing?
What is Six Sigma for Testing?
WHAT IS TESTLOG?
10.List five words that best describe ur strengths?
1 Answers VJIL Consulting, Wipro,
what we have to read to gain knowledge in banking and financial domain(software testing) for 4+ experience
How do you test if you have minimal or no documentation about the product?
what is cyclomatic complexity? plz explain with example