Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage:
Read P
Read Q
IF P+Q > 100 THEN
Print "Large"
ENDIF
If P > 50 THEN
Print "P Large"
ENDIF
A. 1 test for statement coverage, 3 for branch coverage
B. 1 test for statement coverage, 2 for branch coverage
C. 1 test for statement coverage, 1 for branch coverage
D. 2 tests for statement coverage, 3 for branch coverage
E. 2 tests for statement coverage, 2 for branch coverage
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 does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
write testcase for sql table? this is the question asked by interviewer?
tell testcase where it is taken and tell the title of the testcase? pls any answer the question?
Is there any formula to find the number of test cases needed
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
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?
maximum length of testcase