how to write the test case for 1 to 12 months in equivalence
partitioning?

Answer Posted / a.sivamani

equivalence partitioning is to test the alphanumeric
fields.EP is to reduce the number of test cases.Because we
cant write 1 to 12 test cases to test the months.

we need to partition the inputs....
1.test case with less than 1 - Invalid data
2.test case between 1 and 12 - valid data
3.test case with greater than 12 - Invalid data

Above there are three partitions....

Take one value from each partition to test the months

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the load testing?

643


what is the test plan for ms-word

1948


Write test cases for 8+4?

763


Write the test case for a login page?

729


Which of the following defines the expected results of a test? Test case specification or test design specification.

1027






How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

1736


What are semi-random test cases?

865


How to write email id in world wide web

1439


Explain the static testing?

705


How to write test cases for lift?

825


What is the syntax testing?

694


Describe to me what you see as a process. Not a particular process, just the basics of having a process.

6055


How to test Webservices and how can we write test cases for that

2899


How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen 

1567


Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.

3085