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

Answer Posted / toshimathur

A

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose a job should be executed for every two hours? Write test case for this?

688


what is the technology used in financial applications?

2900


how to write test cases for the example state name starts with A B C D E F G H I J K L Z

2070


Explain the component testing?

755


Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj

1809






Write a test case for telephone?

680


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

2253


Write the test case for a login page?

720


Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week

1891


What is use case testing?

699


How many test cases u will write for Acceptance testing?

1783


Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.

3067


Which of the following defines the expected results of a test? Test case specification or test design specification.

999


write test cases for flipkart.

10382


An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?

2567