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
What do you do (with the project staff) when the schedule fails?
What is test closure?
What is Test methodology, Testing type , Testing approach, Testing technique & Testing methods. Explain with example.
On login window for username and password auto populated field means what !
How to write testcases for unread/read mails for gamil inbox? and what are the types of testing you do on them?
what s test block ratio? please any one answer me..
When we are recording in WinRunner and interact with the AUT, what does WinRunner do?
1.How can you Pick Integration Test Cases? 2.When will you start Regression Testing? 3.What is the difference between QA & QC? 4.When Will you Exit In Testing? 5.Test Deliverable's 6.What is the difference between windows based appln and web based appln? 7.What are the types of regression testing?
What is the term ‘quality’ mean when testing?
Easiest way to write test cases? How i can learn writing the test cases?
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
i want to for technical interview question paper along with in tesrviwe Phases i need
Can you explain calibration?
How quickly we need to fix the bug? Or how soon the bug should get fixed?
What is the difference between Functional testing and Unit Functionality testing?