00:00

QUESTION 26

Which of the following is correct? Debugging is:

Correct Answer: C
A. Is a brief definition of testing.
B. Is retesting.
D. Is regression testing.

QUESTION 27

Complete statement and branch coverage means..?

Correct Answer: B

QUESTION 28

Which of the following statements about use-case testing are most accurate? (i)In a use-case diagram an actor represents a type of user.
(ii)Use-cases are the most common test basis for unit testing. (iii)A use-case describes interactions between actors. (iv)An actor is always a human user that interacts with the system. (v)Test cases can be based on use-case scenarios. (vi)Use-case testing will often identify gaps not found by testing individual components.

Correct Answer: B

QUESTION 29

Which of the following is a valid drawback of independent testing? 1 credit

Correct Answer: B

QUESTION 30

In general, why is it NOT a good idea to estimate the testing effort based only on a percentage of development effort? Identify THREE valid reasons. 1 credit

Correct Answer: ADE