plz giv ans 2 ths ques
write the test cases for date month and year field by using
testing techniques
plz giv ans 2 ths ques
write the test cases for date month and year field by using
testing techniques
Last edited by jainbrijesh; 08-03-2007 at 12:24 AM.
It's very simple Surender,
Try these test cases:-
1) test format which is allowed like mm/dd/yy or MM/DD/YYYY or which one allowed.
2)Test for boundary values for date and month.
3) Test For null date /month/year
4) negatine date/month/year
like this more will depend on your scenario, whether any date is allowed or only user with 18+ is allowed etc.
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
continuing with above answer
1. check for february month by giving date as 29 and 28 for leap and non leap year.
2. check for date format by giving date as DD/MM/YY or MM/DD/YY
3.verify for the month by giving more than 12.