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


Please Help Members By Posting Answers For Below Questions

consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1899


If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules

1183


# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?

2094


Explain transaction testing?

755


Describe to me what you see as a process. Not a particular process, just the basics of having a process.

6189






Explain the syntax testing?

787


Explain the concurrency testing?

764


Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation

585


Why does the boundary value analysis provide good test cases?

788


Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)

4023


If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date

2174


I want 100 test scenario for gmail

4016


This was asked to me recently in Microsoft interview How would you do DOS copy command testing

2025


Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.

2124


Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

2083