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
Post New Answer View All Answers
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
Explain the static testing?
Explain the domain testing?
Why does the boundary value analysis provide good test cases?
Write a test case for telephone?
"search"test cases on Linkedin website and how will you write test cases on it?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
What is quick test professional and what test environment it supports?
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
Which of the following defines the expected results of a test? Test case specification or test design specification.