write the test cases for date month and year field by using
testing techniques
Answer Posted / venkat
I agree with Rituparna.
Along with that before checking the dates, first you have
to check year. It should be 4 digits and it should not
exceed 9999.
After that you should check the month which should accept
Jan or 01 to Dec or 12. It should not accept 00 or 13.
Basing on the month the no.of days will vary. So check the
month and accept the no.of days(i.e 30 or 31) in the days
field.
If it is Feb, then we have to concentrate first on year and
then on no.of days.
Venkat.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
What is transaction testing?
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
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?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
Explain the monkey testing?
can any body help me with providing a a case for usability testing...
Positive and Negative test cases for the speedometer?(minimum 5 each)
Could you pls give me sites where i can test card? mail me to
Why does the boundary value analysis provide good test cases?
What are the test cases for mouse?
What is test cases for mobile phone ?
what is the test plan for ms-word
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
What is business validation test case?