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 format of a requirement traceability matrix. And how to include this rtm in the requirement document?

726


Suppose a job should be executed for every two hours? Write test case for this?

707


Do you know mutation testing?

706


Explain the unit testing?

674


how to write a test procedure & test log for login system

2776






What is quick test professional and what test environment it supports?

708


Explain the system testing?

696


Elaborate test plan and content availability in test plan.

678


Explain transaction testing?

661


Explain the component testing?

777


What is the difference between test scenarios, test cases, and test script?

711


For how many days (or) weeks you will test a product or software?

1574


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

1101


User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox

1168


how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.

2130