There is a field called "Departure Time"
Write the test cases for this field.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
send test cases for system testing and what these test cases actually contain?
Can you explain on what basis does TPA actually work?
What is testing ?
It is not waste of time in preparing the test condition,testcase and testscript
so far how many bugs you have found?what are those means what should we answer for that?
who do sanity testing ? who do smoke testing ? plz give me correct answers.
6. What is difference between a Test Plan, a Test Strategy, A Test Scenario, and A Test Case ? What’s is their order of succession in the STLC?
What is System Testing Phase? Which types of testing will be conducted in system testing phase?
which of the following is NOT a characteristic of User Acceptance Testing?? A.Use of automated test execution tools B.Testing performed by user C.testing against acceptance test criteria D.integration of system with user documentation.
How would you do Security Testing for web application?
what is the relation between all tabs in quality center & explain the testing process in quality center with tabs?
what is conditional testing? explain and examples