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 testcases for username creation?Given requirements are min 6characters,atleast one alphabet,alpha,alphanumric

2 Answers  


What are the test cases, we can write for Data Grid. Anybody can help me..Thanks in advance.

5 Answers   Siemens,


Please tell m all posiible tst cass for this--> A password of password field will expire in 45 days.It should send 1st reminder message to user whn 10 days are left and 2nd reminder message when 5 days are left and 3rd reminder mssage when 2 days are left.write all positive and negativ test cass for this.

3 Answers  


How to write simple test cases?

3 Answers  


Write tast case for a+b=c?

1 Answers  


is test case required to be baselined?

0 Answers  


what is self cleaning of test cases and repeatability and usability of test cases?what is the difference in repeatability and usability

2 Answers   Wipro,


What is rhinohunt testing? urgent pls send the answer soon

0 Answers  


What is the basis on which you can check a text box in a web page or application?

3 Answers   HCL, IBM, R Systems,


In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...

0 Answers  


what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective

30 Answers   TCS,


my namjad . firefox doesn't open yahoo page but other page open so what is reason I'm again install but is not working

3 Answers   Wipro,


Categories