write negative scenarios for date given in the format dd/mm/yy
Answers were Sorted based on User's Feedback
Answer / sri
test data like this
mm/dd/yy
yy/dd/mm
mm/yy/dd
and
29/02/2009 and 31/04/2008
| Is This Answer Correct ? | 3 Yes | 0 No |
Test with scenarios like this
mm/dd/yy
mm/yy/dd
yy/mm/dd
Also try to insert dates like
32/01/2010
13/13/2010
30/02/2010
Also check for leap year
Also check for
Blank Year
Blank Month
Blank Date
and all blanks
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / olga
I want to suggest next scenarios:
1) date is not in range [1;31];
2) month is not in range [1;12];
3) Check wrong combinations of date and month. For example,29/02/11;
4) Try to enter date in another format. For example, 28.02.11;
5) Try to enter text values in the date field.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kiran
negatve scenarios for dd/mm/yy:
test data with like 45/52/2010, 30/02/2010
| Is This Answer Correct ? | 3 Yes | 14 No |
What are initial conditions?
Can we use automation tools during static testing? If yes when and how?
IN V-Model, from where a tester involves and from where a developer will involve???
How to perform the end to end testing or system testing for the Railway ticket booking application?
What is the difference b/w Smoke Testing and Sanity Testing?
what are the mandatory fields when you rise a bug
how to track defects by using JIRA bug tracking tool
what is meant by database testing? what is the strategy to be followed for database testing?
What is quality center?
which model is mostly used in companies for SDLC and y?
What is meant by Testware?
what is test case scenario?