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

can any one give the format of writing test cases in excel sheet.

15 Answers   PCS,


explain end to end scenario's for online Money transfer in Banking Domain?

0 Answers   Flock,


how to write junit testcase for ejb3.0 project.. pls reply soon to this mail id shnkrgnsh@gmail.com

0 Answers   IBM,


Write the integration test cases for below scenario: You have three components 1. Message 2. Call 3. Call Log Hint: Mobile phone message box

2 Answers   Cap Gemini, EXL,


Can any one please tell me what is the use of negative test cases when we are giving the invalid input in test data

3 Answers  






write the system testcase and functional testcase for the below scenario scenario: view the balance in online account

5 Answers   CTS,


What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox

0 Answers  


hai........... please tell abt testcases.. how we can drived the testcases in project?

1 Answers  


How to execute test cases written in excelsheet???

8 Answers   TCS, Value Labs, VFS, Wipro,


how to write testcases for google registration screen? Please give me the answer ASAP.send me the answer to gutha_424@yahoo.co.in.

1 Answers  


how to write a test procedure & test log for login system

0 Answers  


write the test cases for how do u send a message in mobile

8 Answers   Subex, Wipro,


Categories