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 |
Expain about double V model?
do you write test case for smoke testing?If not why?
What is the difference between two tier and three tier architecture?
Hi am new to this forem.i am a begineer in software testing and i have passed the ISEB exam,can anyone tell me how to gain knowledge practically ie practising testcases...... Thanks in advance
What is penetration matrix ?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
0 Answers CA, Dish Network, Wipro,
have u involved in reviws ? wt type reviews u done?
1.what is test metries ?
how can we test an application to know the expiration period (i.e,below or equal to expiry-date it shud work and above it shud fail). [assume this s/w app'n validity period is 2months]
what is the impact analysis?
what is impact analysis?....and base line version?...
What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.