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

For leap year after after 1999 i.e from 2000 .... the year should be divisible by 4 or 400 for leap year ......
And before 2000 i.e 1999 .. For leap year it shpuld be divisible by 4 or 100

Is This Answer Correct ?    1 Yes 1 No

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

Answer / sunny

it doesn't accept Negative(-1) value also.

and when we test for DOB then how we decide that this year
is leap year or not.
or
what are the test cases for leap year.

Is This Answer Correct ?    2 Yes 4 No

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

Answer / sathish kumar

check whether numeric value only accepted in date field.not
accepted any other character in that field.

Is This Answer Correct ?    2 Yes 4 No

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

Answer / dhanasekaran k

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

Is This Answer Correct ?    1 Yes 3 No

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

Answer / nilesh

good Rituparana, Yes have considered all the combinations
for this example

I also aggreed with pran i.e. what if the date is
23-06-9999 is it possible? in case if we use the format
as dd-mm-yyyy

thanks friends

Is This Answer Correct ?    7 Yes 10 No

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

Answer / sharmila

In addition to the above, 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.

Is This Answer Correct ?    3 Yes 6 No

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

Answer / sunny

A year is a leap year if:
- it is divisible by 4, AND
- it is not divisible by 100, unless it is divisible by 400

So:
2004, 2008 are leap years (divisible by 4 but not by 100)
1900, 3000 are not leap years (divisible by 100 but not by 400)
2400, 3200 are leap years (divisble by 400)

An equivalent way to say it is that:
- If it is divisible by 400, it is a leap year.
- If it is divisible by 100 but not by 400, it is NOT a leap
year.
- If it is divisible by 4 but not by 100, it is a leap year.
- If it is not divisible by 4 it is not a leap year.

Is This Answer Correct ?    2 Yes 5 No

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

Answer / bimal

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

we can write test case in a format like dd/mm/year

ex-04/04/2006

or u can try in this manner

ex-april/fourth/2007

or

04/04/06

Is This Answer Correct ?    11 Yes 22 No

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

Answer / mounica

we can write test cases for date month and year as
1 date/month/year
2 date-month-year
examples :
07/12/2007
09-12-2006
date should be 2 characters,year should be 2
characters ,and year should be 4 characters these r the
possible test conditions

Is This Answer Correct ?    7 Yes 22 No

Post New Answer

More Test Cases Interview Questions

how to write a test cases for courier offices?

0 Answers  


write test case for pen cap if it is not present?

0 Answers  


testcases for waterbottle

4 Answers   L&T, Wipro,


what test case is written specifically for web applications?

10 Answers   Aricent, Mind Tree,


Write test cases for orkut?

2 Answers  






Write a Test Case to test Can of Red Bus Booking

2 Answers  


Explain the dynamic testing?

0 Answers  


I have register form there is first name field.what will be the steps to execute test case???

2 Answers  


what do you mean by test case specification

5 Answers  


write the test cases for traffic signal and sensor doors.

2 Answers  


difference between scenario and testcases?

5 Answers   CarrizalSoft Technologies, Satyam,


They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.

0 Answers  


Categories