Code Coverage is used as a measure of what?
Correct : C
Start a Discussions
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 1else statement 2if (Condition 2)then statement 3
Correct : A
Start a Discussions
To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data:
Correct : B
Start a Discussions
In a review meeting a moderator is a person who:
Correct : B
Start a Discussions
Which of the following is not decided in the test-planning phase..?
Correct : D
Start a Discussions