Which of the following statements about the test pyramid is TRUE?
Which of the following are valid testing principles?
I) Exhaustive testing is in general impossible.
II) Exhaustive testing should be executed for code intended to be reused.
III) Testing may guarantee that a program is correct.
IV) Testing cannot guarantee that a program is correct.
V) Defects cluster together in certain areas of the product.
Which ONE of the following options corresponds to an activity in the testing process in which testable features are identified?
Which ONE of the following statements is correct?