Thursday, December 3, 2009

21. (+ve and -ve) Test Cases for a Date Object (DD/MM/YYYY) which is entered manually

1.Enter valid date,invalid blank space in month,invalid
blank space in year.
2.Enter invalid date,valid month and invalid blank space in
year.
3.Enter invalid date,invalid blank space in month and valid
year.
4.Leave blank spaces for all the fields.
5.Check whether the year entered is leap or ordinary year.
6.For ordinary year the max limit of number in day field in
the month Feb should be 31.
7.For leap year the max limit of number in day field in the
month Feb should be 29.
8.With respect to the corresponding alternate months
corresponding numbers in day field i.e 30/31 should be
accepted.
5.Enter the date below/beyond the range, i.e 32 or 0 etc.
6.Enter the month below/beyond the range,i.e 13 or 0...
7.Enter zero before the single digit number in date/month.
8.Check without entering zero before the single digit.
9.Enter valid date,valid month and only last two digits of
year.
10.Enter any alphabets in these fields.
11.Enter special characters and check.
12.Enter zeroes in all the fields.
12.Check whether the control passes on to the month field
after entering date.
13.Also check whether the control passes to year field
after entering date and month.
14.Check the format of date,month and year.
15.Check whether it is accepting date in date field,month
in month field and year in corresponding field.

No comments:

Post a Comment