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

Answer Posted / priyanka

My previous ans consists of a small mistake.

There will be two types of test cases
1) will be with valid test data
2) will be with invalid test data


Here valid test data is min, min+1, max-1, max i.e 1,2,11,12
Invalid test data is min-1, max+1 i.e 0,13
for equivalence partition we also apply boundary value
analysis also

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1026


What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?

2492


Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

1937


What is ramp testing?

672


Explain the acceptance testing?

697






Explain the ramp testing?

699


please give me different test scenario for uploading whatsapp status from gallery and camera

5477


How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?

1952


write a test case flipkart login page

5266


Can anybody help me out to write test cases for booking train ticket online???

5260


Explain the scalability testing?

669


What are the Test Cases Comes under Regression Suite?

510


Explain the format of a requirement traceability

637


Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.

1732


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

913