Analyze the following highly simplified procedure:

Ask: "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"

ELSE

Say: "That will be £19:50"

ENDIF

ELSE

Say: "That will be £9:75"

ENDIF

Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given.

A. 3

B. 4

C. 5

D. 6



Analyze the following highly simplified procedure: Ask: "What type of ticket do you require,..

Answer / toshimathur

A

Is This Answer Correct ?    13 Yes 1 No

Post New Answer

More Test Cases Interview Questions

Write test caes on 1.excel sheet 2. gmail attachments 3.raiway ticketing 4.negative test cases on net banking

5 Answers   Zycus Infotech,


Create Test Cases based on Software Testing Principles Write the Test Cases to validate Command Line utility - ‘MAX’. The utility displays the maximum of the 2 specified Integers. Please note down any assumptions that you make. e.g. MAX 2 3

1 Answers   SAP Labs, Satyam,


Need help to write test case for "Check Availability" field. Any help would be highly appreciated!

1 Answers   TCS,


Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.

6 Answers   Adobe,


Can any one please tell me what is the use of negative test cases when we are giving the invalid input in test data

3 Answers  


what test case is written specifically for web applications?

10 Answers   Aricent, Mind Tree,


Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4

1 Answers   ISTQB,


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

1 Answers   Wipro,


how to write test case for check box like check boxes in gmail and yahoo inbox

1 Answers  


write a test cses for sending mails through microsoft- outlook xpress?

4 Answers   HCL,


How do you review the test cases which are prepared by your team member. answer is: using traceability matrix, matching testcases with the requirements. He again asked - assume that all the test cases are matched with the requirements, then what do you do, how do you proceed in this case..

2 Answers   Mind Tree,


how to write the test case for 1 to 12 months in equivalence partitioning?

6 Answers  


Categories