Question 6

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.
  • Question 7

    Which of the following would be the LEAST likely to be used as the basis for a test exit criteria?
  • Question 8

    Which of the following statements about decision tables are TRUE?
    I Generally, decision tables are generated for low risk test items.
    II Test cases derived from decision tables can be used for component tests.
    III Several test cases can be selected for each column of the decision table.
    IV The conditions in the decision table represent negative tests generally.
  • Question 9

    Which of the following statements regarding inspection is NOT true?
  • Question 10

    Which of the following is a correct reason to apply test automation?