how to write the test case for 1 to 12 months in equivalence
partitioning?
Answer Posted / uppal
In equivalence partioning, equivalence classes are created.
In this example the range is from 1 - 12.
So we can write a single test case with any value between 1
to 12. If it gets passed then the application will work
with any of the values between 1 to 12.
If we want to perform boundry value analysis, then the
inputs that are required are
min value -> 1
min - 1 -> 0
min + 1 -> 2
max value -> 12
max - 1 -> 11
max + 1 -> 13
So total 6 test cases are required.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
write test cases for flipkart.
Explain the logic testing?
Explain the sanity testing?
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
Explain the ad hoc testing?
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
Explain the unit testing?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
Who will take care of test plan and test case?
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.
How can we write a good test case?
Positive and Negative test cases for the speedometer?(minimum 5 each)