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
What is business validation test case?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
What are the test cases for mouse?
write test cases on file open dialog box in notepad
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
How to write test cases for lift?
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
Explain the domain testing?
"search"test cases on Linkedin website and how will you write test cases on it?
write a test case for yahoo compose page?
Explain the ad hoc testing?
Explain the monkey testing?
There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.