how to write the test case for time and date
like TIME : 09:34:32AM
DATE : 12 MAY 1987
Answer Posted / 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 |
Post New Answer View All Answers
Elaborate test plan and content availability in test plan.
Explain the syntax testing?
Explain the dynamic testing?
Who will take care of test plan and test case?
Explain the ad hoc testing?
write a test cases for WLAN
Do you know mutation testing?
how to write test cases for smart meter for gas and electricty
What is transaction testing?
how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.
How to write test cases for lift?
Explain the logic testing?
what is black box system in software development in system analysis and design?
How can we write a good test case?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?