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 |
Explain the sanity 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
If I have written test cases for any application:there are 70-80 test cases and steps for writing test cases are common in some TCases.then May I have to write the repeated steps or May I write Repeat the steps of TC id so and so
Write the tescases for a login page
write down test cases for "x>=1"
What is the toughest moment you faced in your testing carrier in which everyone praised you?
how many test cases u write in day while testing yr application.and wat z ur role after u finished testing application plz do reply
Explain the agile testing?
Hi recently in an interview I was asked to write API test cases. Since I am not familiar with it can someone put more light towards API testing and give some example test cases for the same. Thanks!
What is transaction testing?
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
is test case required to be baselined?