Can u any 1 please explain the below question and answer?
Given the following code, which statement 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, 2 for branch coverage
Answer Posted / guest
Answer is a
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What ishigh severity, low priority bug?
how can u prepare the test plan?
What is mean by Schedule report who is the responsible for generated that one ?
What is showstopper defect?
can anybody send the project you have tested with the clear descriptions,and recent bugs u found in that
Hello Varun, Kindly send me the material as well as sample question papers as i am interested in doing the certification. Kindly help me out in this regard. Here is my mail ID: bjyothitesting@gmail.com
What are the various test case for google analytics, api keys , pay pal if you know please post me a answer. And how we will test
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
How did you do unit testing in your project?
What is split testing?
Can you explain tailoring?
What is bug leakage?
Do write a separate test case for regression testing? If it is yes, explain how to write the test case?
How to integrate Bugzilla with QTP?
Can you explain equivalence partitioning?