write the test cases for date month and year field by using
testing techniques

Answers were Sorted based on User's Feedback



write the test cases for date month and year field by using testing techniques..

Answer / rituparna

Requirement : Only numbers are accepted in this forma.

1.It should be in the dd/mm/yyyy format or mm/dd/yyyy
format.
2.It shoudl not accept any special characters other than -
& /.
3.Date fields should not accept any alphabets,special
characters,space,decimals or their combination.
4.Same applied for month field and year field.
5."32" should not be accepted in Date field.
6."13" should not be accepted in Month field.
7.In case of Leap year February should show 29 days.
8.Date & month should accept only two characters.
9.Year should accept only four characters.

Is This Answer Correct ?    161 Yes 15 No

write the test cases for date month and year field by using testing techniques..

Answer / sri hariprasad.d

test cases for the date month and year?
1)check whether the date frmat is in dd-mm-yy (or)yy-mm-dd
2)check the date&month length should not exceed 2 digits.
3)check the year field lenth will not exceed 4 digit.
4)check the three field(dd,mm,yy) are seperated with
separters or not.
5)check the date field shuld be below in 31st only.
6)check the month field should below equal to 12 only.
7)if leap year it should accept feb 29 for last day

Is This Answer Correct ?    19 Yes 3 No

write the test cases for date month and year field by using testing techniques..

Answer / ajay

1. Use date picker to avoid more validations
2. Put text box of picker as read-only so we can avoid test
cases like "Date fields should not accept any
alphabets,special characters,space,decimals or their
combination."

Is This Answer Correct ?    16 Yes 9 No

write the test cases for date month and year field by using testing techniques..

Answer / rashmi garg

few more test cases are also possible:
1. No field should be blank or zero value
2. Maximum value of date field can be 28 or 29 (for feb
depending on leap year) and 30 or 31 (for all other months
depending upon month number)

Is This Answer Correct ?    15 Yes 10 No

write the test cases for date month and year field by using testing techniques..

Answer / sudeepthz

I don't agree with Sharmila bcz what she mentioned is that
should not be in position to enter date (LESS) I think it
should be greater. Thought its wrong, for Ex the DOB field
for the Election ID card and there are so many people who
are above 100 years of age. We should be stick to the
Requirement document and the type of the application we are
testing.

Is This Answer Correct ?    10 Yes 5 No

write the test cases for date month and year field by using testing techniques..

Answer / venkat

I agree with Rituparna.
Along with that before checking the dates, first you have
to check year. It should be 4 digits and it should not
exceed 9999.
After that you should check the month which should accept
Jan or 01 to Dec or 12. It should not accept 00 or 13.

Basing on the month the no.of days will vary. So check the
month and accept the no.of days(i.e 30 or 31) in the days
field.
If it is Feb, then we have to concentrate first on year and
then on no.of days.



Venkat.

Is This Answer Correct ?    9 Yes 5 No

write the test cases for date month and year field by using testing techniques..

Answer / pran

yeah what they mentioned above is correct and another one is
it shouldn't accept the future date.

Is This Answer Correct ?    18 Yes 16 No

write the test cases for date month and year field by using testing techniques..

Answer / priyanka agrawal

First,We have to define the date format i.e. dd/mm/yyyy or
mm/dd/yyyy
Then accordingly we will verify.
mm field should not accept value greater than 12.
dd field should not accept value greater than 30/31 or
28/29(feb).
Year field should not accept value more/less than 4 digits.

Is This Answer Correct ?    2 Yes 1 No

write the test cases for date month and year field by using testing techniques..

Answer / mahesh

negative cases are missing
some times we enter dob manually also
1123/21/22
yyyy/mm/dd

Is This Answer Correct ?    3 Yes 2 No

write the test cases for date month and year field by using testing techniques..

Answer / anand

Hi Sharmila

what u said is the test case for how many years a human
being can live?



if date of birth is considerd as
date filed, then one should not be in a position to enter
date less than 100 years as the life span of man does not
cross 100 years in this generation.

But According to the above test case, it indicates Th e
minimum age of human being is 100 years.

Is This Answer Correct ?    9 Yes 9 No

Post New Answer

More Test Cases Interview Questions

what are test repository???? need for test repository/need for maintaining test cases?? advantages and disadvantages for maintaining test case??

2 Answers  


Have any idea how to prepare test cases for medical claim, Online mobile recharge.

1 Answers  


Tell me number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF

2 Answers   Siemens,


How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile 

0 Answers  


write test cases for hospitality management system

0 Answers   Infosys,






Explain the integration testing?

0 Answers  


write a testcase for tea cup?

6 Answers  


What is the role of a tester in the test plan preparation? What elements tester physically develops in the test plan document.& what exactly this document contains?

4 Answers   Blue Star,


how to write system test cases for a pen

3 Answers   IBM,


Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.

1 Answers  


How do you review the test cases which are prepared by your team member. answer is: using traceability matrix, matching testcases with the requirements. He again asked - assume that all the test cases are matched with the requirements, then what do you do, how do you proceed in this case..

2 Answers   Mind Tree,


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

1 Answers  


Categories