-
-
-
-
-
-
-
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
">Given the following code, which is true about the minimum number of test casesrequired for full statement and branch coverageRead PRead QIF P+Q > 100 THENPrint "Large"ENDIFIF P > 50 THENPrint "P Large"ENDIFa) 1 test for statement coverage, 3 for branch coverageb) 1 test for statement coverage, 2 for branch coveragec) 1 test for statement coverage, 1 for branch coveraged) 2 tests for statement coverage, 3 for branch coveragee) 2 tests for statement coverage, 2 for branch coverage
-
-
Unit Test Case
Why Unit Test Case is much important in Coding Phase? Who will prepare and execute the Unit Level Test cases? What are the documents needed for Unit test Case?
-
-
-
-
-
Code Compliance Testing
What to you mean by Code Compliance Testing? What are the areas to be check in SQL Server Code Compliance Testing?
-
What are Coverage Techniques?
What are Coverage Techniques? type of coverage? Please explain me with example.Thanks in advance.
-
-
-
-
-
Whitebox Testing Interview Questions
Ans