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?
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
Explain the system testing?
Q.1)how write negative & positive test cases Q.2 )write negative & positive test cases for i-pod
Give me 10 test cases on library management system
can any one send sample test case documents in informatica with examples plz send documents to "mrlsurya@gmail.com"
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
What are the Test Cases for an email id for username and password?
Difference between Automation testing and manual testing.
What is the difference between Test Input and Test Data??
If there are 10 steps for a test case. and for this test case there are 6 expected results. should I write 6 exp. results in the Expected Result column for a single tes case
Do you know explain security testing?
how to write a jwebunit testcase for ejb3.0 project