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

How to test Webservices and how can we write test cases for that

0 Answers  


Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.

1 Answers  


how to test ip address?

3 Answers   Cisco, QSpiders, Satyam,


Can any one please help me with this? I have application, for this no KT session or FS are provided, So now i have taken bottom-top approach, by writing the system testcase using the application. But my TL told me to write regression testcase. What i understood about regression testcase is that-For one scenrio or testcase multiple data, So testing the same scanario with different multiple data. Is this right or Wrong?

2 Answers   ABC,


Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.

0 Answers  






Write the Load test cases on a water bottle.

5 Answers   Cognizant, IBM, Logic, Microsoft, NIC,


If there are 4 buttons New,Edit,Delete & Refresh for Item screen .May I have to write 4 different test cses for each button OR I can perform all operations[Create,Edit,Delete & refresh item] in a single tes case? Please reply as early as possible. It's very urgent to me

10 Answers  


how to write test cases Interactive Elements like Social Bookmarking Post a Comment Number of Views Existing Rating Rate this Add to favorites Track this Author Print this Guess who

2 Answers   Cap Gemini,


how do u call a from library file

2 Answers  


write test case for optical mouse.

8 Answers   Mphasis,


What are the test cases, we can write for Data Grid. Anybody can help me..Thanks in advance.

5 Answers   Siemens,


Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage

1 Answers   ISTQB,


Categories