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
How to write test cases on laptop???
0 Answers RAS Inforays Technologies,
what is the process of testing
pls let me know the answer, recently i faced this question in interview. when you are writing the test cases,if the requirements are changed what will u do?
please can anybody tell me, how to indentify the test cases which can be automated from a given set of test cases, say 20.
write a test case for triangle?
What is the state testing?
how we write a jwebunit test case for check whether the ip address correct or not.
my namjad . firefox doesn't open yahoo page but other page open so what is reason I'm again install but is not working
write a test case for car
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 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable
How should I maintain the test cases and Test Log for different versions/builds of the application.
What is p0,p1,p2,p3 in software tesing