Question 116

Which of the following statements about exploratory testing is true?
  • Question 117

    Which of the following types of tools is best suited for determining source code compliance with the guidelines provided by a coding standard?
  • Question 118

    Which ONE of the following options identifies the acceptance criteria that has NOT been fully covered during the above test cycle?
  • Question 119

    Consider a program that computes the factorial of a number (n). From the specifications you know that:
    *If n < 0, a message "Value out of range" must be issued.
    *If 0 < n < 100, the program calculates the factorial and returns the number
    *If 100 < n < 200 message "Value out of range" must be issued
    Which of the following statements about the equivalence partitions is CORRECT?
  • Question 120

    Which ONE of the following statements does NOT describe how testing contributes to higher quality?