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

What is the difference between Developer and programmer?

13 Answers   Tech Mahindra,


what is difference between web application and client server application

2 Answers   CTS, iSoft,


what is upword and downword Testing?

2 Answers  


What is the difference between version and build.

6 Answers   AppLabs, CTS, Seed Infotech,


What are the advantages of manual testing other than "Low cost", "Where automation fails".......?

6 Answers   Satyam,






What is Static Testing?

6 Answers   Wipro,


Which testing approach you follow to test ATM machine?

1 Answers  


What is the Configuration Management?

4 Answers   IBM,


Plz anyone help me to write testcases for squar,Triangle,Rectangle and Circle.

3 Answers  


If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?

0 Answers  


if u login sucessusfully in page and reach the 2nd mailing page where u find u are getting only few mails not all then wat would u say test is pass or fail

4 Answers   Sapient,


Generally how do we do DataBase testing in Manual testing.. Do we prepare any testcases.. Generally do we concentrate more means ex: Joins, Triggers.....Anybody can expalin it in detail..Thanks in Advance....

5 Answers   Symphony,


Categories