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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / 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

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

Answer / 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

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

Answer / narender09reddy

test case type

Is This Answer Correct ?    5 Yes 5 No

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

Answer / ajnabee

0 ,1 ,12 ,13.

Is This Answer Correct ?    6 Yes 8 No

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

Answer / priyanka

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+1 i.e 1,2,11,13
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 ?    0 Yes 4 No

Post New Answer

More Test Cases Interview Questions

how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987

8 Answers   AmSol,


150 integration testing scenarios for gmail

0 Answers  


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?

0 Answers  


what all are available test cases for Search engine NLP (Sixth sense).

1 Answers   HCL, TCS,


i got Question from iflex-just client gave just functional spec but they didnt provide any detaill, supporting document.but they want with in ten days testplan and test cases.excuse ans like prototype method. Question is how will u start writing testcases?

6 Answers   iFlex,






How to generate test cases for 'replace a string' method?

0 Answers  


"search"test cases on Linkedin website and how will you write test cases on it?

0 Answers  


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

0 Answers  


Test case for flight reservation system

1 Answers  


what are the testcases for square

4 Answers  


Below is a user story where Dave, a dispatcher, wants to use a console system to talk to Fred, a person in the field. Create a list of test cases to verify these requirements have been properly met. User Story 3004 - Dave wishes to call Fred using a phone. Dave needs the ability to dial digits for an outbound call to Fred. The dial pad will have a display area for the digits being dialed. The dial pad will have the following functionality: Recall Dial Tone, Recall Last Number, Backspace Current Digit, and Phonebook (Contacts) Access. The dial pad must be touchable and the “Dial” button will be used to initiate the call. A prototype version of the dial pad is attached below. The dial pad will have the following configurable properties: Display Color, Display Font, Foreground Color, Location and Size.

0 Answers  


Hai can anybody give me an idea about writing automated test cases in qtp using VB scprit.please respond as quicky as possible.

2 Answers  


Categories