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

Explain the monkey testing?

0 Answers  


when we should start writing test cases?

10 Answers   Thatavarti Technologies,


how to write a jwebunit testcase for ejb3.0 project

0 Answers   Wipro,


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

1 Answers  


We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....Plz answer this question ASAP

2 Answers  






Explain transaction testing?

0 Answers  


please can anybody tell me, how to indentify the test cases which can be automated from a given set of test cases, say 20.

2 Answers  


Write the functional,system test case for a electric bulb which have two electric switches.

4 Answers   Manhattan,


Write a Test Case to test Can of Red Bus Booking

2 Answers  


How to write test cases for Web related sites(ex: shopping carts sites)

1 Answers  


can any one give the format of writing test cases in excel sheet.

15 Answers   PCS,


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

0 Answers  


Categories