Write all Possible (+ve and -ve) Test Cases for a Date
Object (DD/MM/YYYY) which is entered manually?
Answer Posted / chitra
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.
friendz plz correct me if am wrong......
| Is This Answer Correct ? | 48 Yes | 3 No |
Post New Answer View All Answers
How to test a stored procedure?
write test cases for flipkart.
test cases for bus transport (TNSTC)
what is the technology used in financial applications?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
what is black box system in software development in system analysis and design?
how to test stand alone programs?
write a test case for yahoo compose page?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
Explain the unit testing?
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
How to write email id in world wide web
How should I maintain the test cases and Test Log for different versions/builds of the application.
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Sample test cases for data conversion(Utility billing system)