Question 26

The fact that defects are usually not evenly distributed among the various modules that make up a software application, but rather their distribution tend to reflect the Pareto principle:
  • Question 27

    Who of the following has the best knowledge to decide what tests in a test project should be automated?
  • Question 28

    Which ONE of the following tools would be MOST SUITABLE for facilitating thecreation of test cases, test data, and test procedures?
  • Question 29

    An alphanumeric password must be between 4 and 7 characters long and must contain at least one numeric character, one capital (uppercase) letter and one lowercase letter of the alphabet.
    Which one of the following sets of test cases represents the correct outcome of a two-value boundary value analysis applied to the password length? (Note: test cases are separated by a semicolon)
  • Question 30

    For each of the test cases to be executed, the following table specifies the priority order and dependencies on other test cases

    Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?