Answer Posted / anonymous
Equivalence partitioning is technique where you derieve test
cases depending on the test data. here, the test data can be
divided into different equivalence classes which can be
valid and invalid test data.
example: consider an text field which accepts input of 1 to
1000
then, the valid test data can be 1 to 1000
invalid test data can be inputs below 1
and also inputs above 1000
so we totally get three equivalence classes. i.e, within the
limits, below the limits and above the limits.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
Explain the domain testing?
test cases for friend finder system using gps?
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
Explain the static testing?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
how to write test cases for smart meter for gas and electricty
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
I want 100 test scenario for gmail
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.