Write all Possible (+ve and -ve) Test Cases for a Date
Object (DD/MM/YYYY) which is entered manually?
Answer Posted / roshni
1.enter the valid date,valid month and valid year.
2.check after entering the correct date whether control is passing to the month field.
3.check after entering the correct month whether control is passing to the year field.
4.verify the date field whether it is accepting maximum date with respect to corresponding month(i.e 30 or 31)
5.enter the date below/beyond the range(i.e. 32 or 0).
6.leave the all fiels blank.
7.enter the invalid date,valid month and valid year.
8.chect whether it is accepting date in date field,month in month field,year in year field.
9.check whether the field accepts alphabet in date format.
10.check if year field accepts digit less than 4.
11.check if year field accepts digit greater than 4.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the syntax testing?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
how to write test cases for online restaurant table booking system?
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
What is the toughest moment you faced in your testing carrier in which everyone praised you?
Explain the scalability testing?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
What is ramp testing?
Explain the state testing?
Why is it that the boundary value analysis provides good test cases?
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
Which of the following defines the expected results of a test? Test case specification or test design specification.