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
what are the sanity test cases for a waterBottel?
Can any body explain How to Install the QC9.0 on XP OS
What are the test cases to write to test user account locksout after 5 invalid attempts
What are test cases for Car Locking System?
What is the basis on which you can check a text box in a web page or application?
3 Answers HCL, IBM, R Systems,
Who will decide what the test cases you have written are correct?
4 Answers Mind Q Systems, Satyam,
how to write test cases for sort drop down box containning 6 options in the drop down list.
14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?
Generate functional and negative testcases for MS Paint brush
1 Answers Accenture, GE, Netian, Tangent Software,
Do you write test plan and test case?
please can anybody tell me, how to indentify the test cases which can be automated from a given set of test cases, say 20.
if account balance less than 5000 for a month ,account should become in active. if bal greater than 5000 account should b active. Write test cases for the above scenario