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
You may be overqualified for this position we have to offer
What is Pre UAT and UAT is there any difference ?
how will you estimate of your website?
tell wat u did in ur banking project?
What is deferred status in defect life cycle?
How we allocate the priority(Blocker, Critical, etc.,) in Testing?
What types of testing is specifically important for web testing?
What are the main key components in web applications and client and server applications? And explain the differences between them?
How to test whether the application is having memory leakage using task manager and PerfMon. Please tell if any one know. thanku
What is smoke test? Do you use any automation tool for smoke testing?
In Manual testing how to test proxy servers? can u please explain with example?
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
write test case for gmail sign up page?
how mapp the defect id in quality center?
What is the difference between manual testing and automation testing?