write the test cases for date month and year field by using
testing techniques
Answers were Sorted based on User's Feedback
Answer / rituparna
Requirement : Only numbers are accepted in this forma.
1.It should be in the dd/mm/yyyy format or mm/dd/yyyy
format.
2.It shoudl not accept any special characters other than -
& /.
3.Date fields should not accept any alphabets,special
characters,space,decimals or their combination.
4.Same applied for month field and year field.
5."32" should not be accepted in Date field.
6."13" should not be accepted in Month field.
7.In case of Leap year February should show 29 days.
8.Date & month should accept only two characters.
9.Year should accept only four characters.
| Is This Answer Correct ? | 161 Yes | 15 No |
Answer / sri hariprasad.d
test cases for the date month and year?
1)check whether the date frmat is in dd-mm-yy (or)yy-mm-dd
2)check the date&month length should not exceed 2 digits.
3)check the year field lenth will not exceed 4 digit.
4)check the three field(dd,mm,yy) are seperated with
separters or not.
5)check the date field shuld be below in 31st only.
6)check the month field should below equal to 12 only.
7)if leap year it should accept feb 29 for last day
| Is This Answer Correct ? | 19 Yes | 3 No |
Answer / ajay
1. Use date picker to avoid more validations
2. Put text box of picker as read-only so we can avoid test
cases like "Date fields should not accept any
alphabets,special characters,space,decimals or their
combination."
| Is This Answer Correct ? | 16 Yes | 9 No |
Answer / rashmi garg
few more test cases are also possible:
1. No field should be blank or zero value
2. Maximum value of date field can be 28 or 29 (for feb
depending on leap year) and 30 or 31 (for all other months
depending upon month number)
| Is This Answer Correct ? | 15 Yes | 10 No |
Answer / sudeepthz
I don't agree with Sharmila bcz what she mentioned is that
should not be in position to enter date (LESS) I think it
should be greater. Thought its wrong, for Ex the DOB field
for the Election ID card and there are so many people who
are above 100 years of age. We should be stick to the
Requirement document and the type of the application we are
testing.
| Is This Answer Correct ? | 10 Yes | 5 No |
Answer / 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 |
Answer / pran
yeah what they mentioned above is correct and another one is
it shouldn't accept the future date.
| Is This Answer Correct ? | 18 Yes | 16 No |
Answer / priyanka agrawal
First,We have to define the date format i.e. dd/mm/yyyy or
mm/dd/yyyy
Then accordingly we will verify.
mm field should not accept value greater than 12.
dd field should not accept value greater than 30/31 or
28/29(feb).
Year field should not accept value more/less than 4 digits.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mahesh
negative cases are missing
some times we enter dob manually also
1123/21/22
yyyy/mm/dd
| Is This Answer Correct ? | 3 Yes | 2 No |
Hi Sharmila
what u said is the test case for how many years a human
being can live?
if date of birth is considerd as
date filed, then one should not be in a position to enter
date less than 100 years as the life span of man does not
cross 100 years in this generation.
But According to the above test case, it indicates Th e
minimum age of human being is 100 years.
| Is This Answer Correct ? | 9 Yes | 9 No |
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
Explain the functional testing?
how to execute test cases manually
write the system testcase and functional testcase for the below scenario scenario: view the balance in online account
plz explain vss?
1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?
Where can i find example or samples of testcases to improve my testcases documentation?
how many test cases u write in day while testing yr application.and wat z ur role after u finished testing application plz do reply
Explain the syntax testing?
Writing Test Cases is Verification or Validation? Executing Test Cases is Verification or Validation?
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
can anyone please send me the sample testcases on how to write it into the testtemplates