QuestionQ245

Chapter 4: Test Analysis and Design

Which of the following is an example of error guessing?

  • A Identifying vulnerabilities, threats, and risks in a system to ensure its resources are protected from unauthorized access and malicious attacks
  • B Acquiring a list of possible errors and designing tests that will identify defects associated with the errors or cause failures
  • C Simultaneously designing, implementing, executing, and evaluating tests, while the tester learns about the test object
  • D Using the tester’s knowledge and experience to estimate the effort needed to fix defects in the work products introduced due to the tester’s errors
Explanation

Error guessing uses the tester’s knowledge and experience to anticipate likely errors, defects, and failures. It can be applied methodically by compiling possible errors and designing tests that expose the resulting defects or failures.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!