-
-
What are the test cases developed for testing the performance of an application manually using Test Director and automated using WinRunner?
The application is for the HR group to get accessibility for details of employees salary, leaves, retirement benefits across the world
-
-
-
-
-
-
-
-
-
-
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
-
-
-
-
-
-
-
-
Failed Test Cases
If suppose there are 100 test cases and 10 are always failing,What tester will do in this case? All 10 test cases already having high priority.
Test Cases Interview Questions
Ans