Hai, Could anybody please let me know, how to calculate the
number of test cases required to test a program. Please
provide me the answer for the following question:
“What type of ticket do you require, single or return?”IF
the customer wants ‘return’Ask: “What rate, Standard or
Cheap-day?”IF the customer replies ‘Cheap-day’Say: “That
will be $11:20”ELSESay: “That will be $19:50”ENDIFELSESay:
“That will be $9:75”ENDIFNow decide the minimum number of
tests that are needed to ensure that allthe questions have
been asked, all combinations have occurred and allreplies given.
a) 3
b) 4
c) 5
d) 6
Answer / kannan r
The answer is 3
need to check like,
If == Return
{
If == Cheap-day
{
That will be &11
}
Else (means Return-Standard)
{
That will be $19
}
End If
Else (means Single)
{
That will be $ 9
}
1.One for Single (Single always come without Chead-day and
Standard)
2.One for Return with Cheap-day
3.One for Return with Standard
| Is This Answer Correct ? | 6 Yes | 1 No |
how to write the test case for 1 to 12 months in equivalence partitioning?
How to write test data for login module?
write test cases for this senario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
write the high level test cases for winzip file
I have s/m which gives me square of numbers from 1 – 10000. How do u test it.
How many test cases you will execute per day?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
Explain the acceptance testing?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987
Write test case for windows media player