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

Who will take care of test plan and test case?

0 Answers  


hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com

0 Answers  


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

0 Answers   Flock,


Write test cases to test a browser app

0 Answers  


What is port testing ?

1 Answers  






How to write test case for this scenario. If the Zip Code field is populated, the system shall compare  the zip code value entered to the zip code value in  the Family Individual Information Tab

0 Answers  


Write the functional,system test case for a electric bulb which have two electric switches.

4 Answers   Manhattan,


what are the inputs required for writing test cases

2 Answers   Satyam,


What are the condition when you begin to write test case in the Test Director. Ex.data condition what are the condition can some help me please i how write test cases.

1 Answers  


Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.

0 Answers   Microsoft,


How do you review the test cases which are prepared by your team member. answer is: using traceability matrix, matching testcases with the requirements. He again asked - assume that all the test cases are matched with the requirements, then what do you do, how do you proceed in this case..

2 Answers   Mind Tree,


If there are 10 steps for a test case. and for this test case there are 6 expected results. should I write 6 exp. results in the Expected Result column for a single tes case

4 Answers  


Categories