Answer Posted / narender kaushal
Equivalence class partitioning
Equivalence partitioning is a method for deriving test
cases. In this method, classes of input conditions called
equivalence classes are identified such that each member of
the class causes the same kind of processing and output to
occur. If the system were to handle one case in the class
erroneously, it would handle all cases erroneously.
Equivalence partitioning drastically cuts down the number
of test cases required to test a system reasonably. It is
an attempt to get a good 'hit rate', to find the most
errors with the smallest number of test cases.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What are the different ways to check a date field in a website?
What is Batch testing? Facets Benefit Configuration
What is localization testing (l10n testing)?
I have 2 yr Localisation testing exp now i want to job in MNC My manualtesting knowledge+2 yr exp sufficiant for in MNC
Hi Could someone please provide Siebel Testing Interview questions for 5 years exp.
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
How would you test a service oriented architecture (soa) web application?
what are the typical problems in web testing?
what is fusion testing and impact analysis???
Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
How we allocate the priority(Blocker, Critical, etc.,) in Testing?
How do you scope, organize, and execute a test project?
What is mean by multi-threading testing?
What is your Approach when you find 10 Sev-1 bugs in 50 test cases?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.