There is a field called "Departure Time"
Write the test cases for this field.
Answer Posted / 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 |
Post New Answer View All Answers
Please can any one tell me 1).Types of reports 2).Types of Meetings.
How do you define a testing policy?
Anybody having documents and URLs about BFSI domain...Please share..it is really urgent
what are the templates for daily,weekly and monthly reports? plz reply ASAP.
Can you explain exploratory testing?
What are differences between Testing in Uncontrolled Environment and Abnormal Environment?
What do you do (with the project tasks) when the schedule fails?
what is acid testing?
what is prototyping model,RAD model V model, spiral model?????
Is there any procedure of web-site development in manual testing. If yes what are factors we should test?
Explain the importance of agile testing?
What is the Testing strategy for testing client server applications/products?
What is the role of the test group vis-?is documentation, tech support, and so forth?
If project wants to release in 3months what type of risk analysis you do in test plan?
what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.