There is a field called "Departure Time"
Write the test cases for this field.

Answers were Sorted based on User's Feedback



There is a field called "Departure Time" Write the test cases for this field. ..

Answer / shil

positive testing:(it should accept)
>hrs less than 24 like 21(incase of 24 hrs format)
>hrs less than equal to 12 like 11(incase of 12 hrs format)
>mins less than 59 like 56...
>secs less than 59 like 45..
negative testing:(error should be generated)
< hrs greater than 24 like 25 (incase of 24 hrs input)
>hrs greater than 12 like 13(incase of 12 hrs format)
>mins greater than 59 like 65...
>secs greater than 59 like 70..
departure time should be greater than arrival time
try inserting alphanumerics and special char

Is This Answer Correct ?    6 Yes 0 No

There is a field called "Departure Time" Write the test cases for this field. ..

Answer / kumar

different formats like
12 hour format
24 hour format.
positive test data
< 24 in hour filed(incase of 24 hour format)
< 12 in hour field(incase of 12 hour format)
< 60 in minute field
negative test data
> 24 in hour filed(incase of 24 hour format)
> 12 in hour field(incase of 12 hour format)
> 60 in minute field
check for special character entries in the test field.
alpha numeric combinations

Is This Answer Correct ?    2 Yes 0 No

There is a field called "Departure Time" Write the test cases for this field. ..

Answer / sarfaraz ahmad

departure time : data type must be "date"

1)Time should be in ds format hh:ss.
2)Departure time should be greater than the arrival time.
3)accept only the valid time.

Is This Answer Correct ?    1 Yes 0 No

There is a field called "Departure Time" Write the test cases for this field. ..

Answer / vaibhav

Check the Time when date is going to change and time of
depart is going to next date and arrival time is set to
Previous date eg: arrival time is--11:58
depart time is---00:05

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

Provide an Example with ‘High severity and low priority’ and ‘Low severity and High priority’.

2 Answers   IBM,


Difference between Test scenario and test cases?

3 Answers   IBM,


If Interviewer asks "Do you want to ask any question to us?" Which questions should we ask to them?

2 Answers   Hyundai, Patni,


hOw do we avoid logging duplicate bugs

2 Answers  


What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...

0 Answers  






what is traceability matrix?

8 Answers  


Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.

0 Answers  


give me atleast 10 cases for GOOGLE search engine?

1 Answers  


what is the process followed in JAVA Testing compared to Normal Testing process.

1 Answers  


can any one explain the performance testing in detail plz

1 Answers  


What are the properties of a good requirement?

0 Answers  


What is the main theme of doing Regression Testing

11 Answers   HCL, vCentric Technologies,


Categories