write negative scenarios for date given in the format dd/mm/yy

Answers were Sorted based on User's Feedback



write negative scenarios for date given in the format dd/mm/yy ..

Answer / yudistara

test data like
mm/dd/yy
yy/dd/mm

mm/yy/dd

Is This Answer Correct ?    10 Yes 4 No

write negative scenarios for date given in the format dd/mm/yy ..

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

write negative scenarios for date given in the format dd/mm/yy ..

Answer / rajkumar gholve

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

write negative scenarios for date given in the format dd/mm/yy ..

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

write negative scenarios for date given in the format dd/mm/yy ..

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

Post New Answer

More Manual Testing Interview Questions

What is Test harness?

3 Answers  


what is BFSI DOMAIN? COULD U EXPLAIN EACH AND EVERY THING IN DETAIL?

6 Answers   Accenture, HCL,


What is the difference between functional specifications and non-functional specifications ?

4 Answers  


where we do database testing in real time project ? and how ...??

2 Answers  


What is the input for System testing?

6 Answers  






what is test condition? what is test scenario?

1 Answers   CTS,


What is test scenario, use case, and test case?

2 Answers  


What's the role of documentation in QA?

1 Answers   Crea,


How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.

0 Answers  


Explain the advantages of automation over manual testing?

0 Answers  


Hi frnds, can any one tell me what are d real role & responsibility of an tester ? to be a GOOD TESTER, what we have to do ??

5 Answers   Valtech,


What are the differences in testing a client-Server and a web Application

5 Answers   AZTEC, HCL,


Categories