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 are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
What is explain security testing?
Explain the component testing?
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.
Please guide me for Add new user test cases
Why does the boundary value analysis provide good test cases?
Explain the glass box testing?
Explain the system testing?
Explain the concurrency testing?
Explain the sanity testing?
Explain the gray box testing?
What is the toughest moment you faced in your testing carrier in which everyone praised you?
What are basic types of test cases?
What is quick test professional and what test environment it supports?
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that