Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Which methodology u follow in testcase?

3 Answers  


write 3 main test cases for excel sheet?

4 Answers   Zycus Infotech,


what is the severity we give. login fails eventhough we enter the correct username and pwd.

9 Answers   Swathi Soft,


what are the contents of black box & white box testing.

3 Answers  


What is the STLC process in your company?

1 Answers   RealPage,


Test Track Pro. Defect report formate? what r the attibutes?

1 Answers   CybAge,


Describe me to the basic elements you put in a defect report?

6 Answers  


Expalin about metrics Management?

1 Answers   Fidelity,


What is the Testing strategy for testing client server applications/products?

0 Answers   Infosys,


What is workadround

2 Answers  


Who should test your code?

2 Answers  


How would you approach measuring JavaScript code coverage?

0 Answers  


Categories