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
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
What is the syntax testing?
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
Explain the ad hoc testing?
What is transaction testing?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
Could you pls give me sites where i can test card? mail me to
What is business validation test case?
Explain the static testing?
write a test cases for WLAN
Can you list down a few characteristics of a test case?
Test a file replication service that copies files from one net location to another
Explain the monkey testing?
Explain the system testing?