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
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
How to test a stored procedure?
What is the syntax testing?
Explain the logic testing?
write test case for pen cap if it is not present?
what is the technology used in financial applications?
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?
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
Explain the syntax testing?
Do you know mutation testing?
write the test cases for facility module
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.