how to write the test case for time and date
like TIME : 09:34:32AM
DATE : 12 MAY 1987

Answers were Sorted based on User's Feedback



how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987..

Answer / smitha

Actually all the fields for TIME should be combo boxes.Check
combo boxes visually i.e HH should be from 1 to 12 and MM,
SS should be from 1 to 60.

If the Time field is editable then do the following procedure.
To check TIME(HH:MM:SS AM/PM)
1.HH(Hours) should be between 1 to 12, so try giving numbers
below 1 and above 12. It should not accept. Also try to
enter negative numbers(or some junk values) and check.
2. For MM ans SS enter numbers below 1 and above 60 and
check the result.
3.AM/PM will be in a combo box.There should not be any other
field other than AM, PM.Also note that AM/PM field should
not be editable.

Similarly for the DATE(DD/MMM/YYYY) also.

If the fields in Date are combo boxes, then check visually
i.e DD should be from 1 to 31,MMM should be JAN,FEB...DEC
and YYYY can be any valid range according to the
Requirements document.

Sometime DATE is provided by Calender pop up.Checking that
is very simple.We have to check for month increment button
and year increment button.

Is This Answer Correct ?    17 Yes 5 No

how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987..

Answer / thatiparthi brahma reddy

Date & Time which format
date format like DD/MM/YYYY
time format like HH:MM:SS AM/PM
after decided then we can write test cases

Is This Answer Correct ?    12 Yes 3 No

how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987..

Answer / krishna

Dear friend

Here you can see the time & Date format based on that u can
write test cases

Time shld b displayed in the format of HH:MM:SS AM/PM

Date shld b displayed in the format of DD MM YYYY

BYeeeeeeeeeeeee

J.M.Krishnan
muthukrishnanj@dreamssoft.co.in

Is This Answer Correct ?    12 Yes 4 No

how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987..

Answer / rajesh kumar

Smitha mentiond For MM ans SS enter numbers below 1 and
above 60.

The range between 0 to 59

Is This Answer Correct ?    9 Yes 2 No

how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987..

Answer / sathish kumar tech mahindra

TIME:
09:34:32am 09 define the hours tat s bellow 12 only not
allow above 12 hours this format only for 12 hours not for
railway time.

MONTH:
34 is min MM is only 00-59 not allow above 50 like 60:
32 is a seconds tat s also in b/w 00-59 only not allowed
above 60.

date :
12 is a date,and than check the month format tat s in
numeric format r alphabetic format in the combo box r enter
the character both numeric and alphabetic.that is numeric
that allow only 1 to12 not allow bellow 1 and above 12 and
all so negative values in numeric

year:
year is in combo box tat have some past years,current
year,future year.
we can easy way to select year.

some year format only allow only two character like 01:06:88
this format only support for few application not support for
all application like history application.

Is This Answer Correct ?    6 Yes 1 No

how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987..

Answer / phu

TIME : 09:34:32AM: hh:mm:ss AM/PM
DATE : 12 MAY 1987: dd MMM yyyy

First, identify boundary value of TIME and DATE:
hh: 01 - 12
mm: 01 - 59
ss: 01 - 59

dd: 01 - 31
MMM: JAN - DEC
yyyy: 0001 - 9999

Use boundary technique to write test case:
1. hh: 00, 01, 06, 12, 13
2. mm: 00, 01, 30, 59, 60
2. ss: 00, 01, 30, 59, 60
4. dd: 00, 01, 15, 29, 30, 31
5. MMM: JAN, DEC
6. yyyy: 0000, 0001, 2013, 9999

Other DATE rules:
Leap year (integer multiple of 4): FEB has 29 days, other year: FEB has 28 days
1. 29 FEB 2004
2. 30 FEB 2004
3. 28 FEB 2003
4. 29 FEB 2003

Is This Answer Correct ?    4 Yes 0 No

how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987..

Answer / hariraagav

For Time or Date we check for the format is correct. For
Time it should be in HH.MM.SS and AM or PM. We can also
check when we change the time the AM or PM should change
automatically.
For Date we check for the date picker is poping out or not
We can also check incremental and decremental button if
provided

Is This Answer Correct ?    6 Yes 3 No

how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987..

Answer / ashutosh

Date format like DD/MMM/YYYY
Time format like HH:MM:SS AM/PM

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More Test Cases Interview Questions

Q.1)how write negative & positive test cases Q.2 )write negative & positive test cases for i-pod

1 Answers  


While writting Test Cases test testers have to write what test inputs/data he/she is going to use

2 Answers  


what do you mean by test case specification

5 Answers  


How you test IP address

6 Answers   CybAge,


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

0 Answers  


Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2

1 Answers   ISTQB,


What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?

0 Answers  


How to perform a stress test on an ATM machine? (Note ATM is a Bank ATM say Citibank, IICICI etc)

7 Answers  


Generally when we are writing test cases we give headings as Case id , description, input values, expected, actual, severity and priority and pass/fail. is there any seperate profama during testing the web site manually. (guys it very urgent for me in my office can any one help me plz)

5 Answers  


Write a test case for telephone?

0 Answers  


write a test case for car

2 Answers   Impact Systems,


Hi.........can any one tell me the basic format for writing test cases

13 Answers  


Categories