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 |
What could be test cases for windows calculator using risk based testing
In a log in page what will be test procedure,test scenario,test discription & test steps?
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
write a test cases for WLAN
write test cases for whatsapp messaging..?
1 Answers IBM, Stag Computers,
Explain the ramp testing?
What is Defect Seeding? What is Defect Density?
how to write test cases for online restaurant table booking system?
test cases for calculator ,this should accept integer form +99 to -99(perform addition operator).need to raise defects
how many test cases do u need to ship a product?
Please give me a test case scenario for search engine covering all the fuctionalities
hi there... can any1 tel me hw to prepare a traceability matrix by taking a practical scenario..i know the theory part bt dont kno how to implent dat..