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?
Answer Posted / suchita mulkalwar
2 test cases are required. for this
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to test a stored procedure?
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
What is the toughest moment you faced in your testing carrier in which everyone praised you?
Write a test case for computer keyboard?
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
What is business validation test case?
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
test cases for bus transport (TNSTC)
What are the test cases for mouse?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
How many test cases u will write for Acceptance testing?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
Explain the acceptance testing?