nerdexam
ISTQB

CTFL_UK · Question #179

How can test execution tools be of most benefit during exploratory testing?

The correct answer is A. They can record user actions so that defects are easier to recreate. Exploratory testing is used when it is unclear what the system is supposed to do. Therefore test execution tools are of little use because expected results cannot be predicted. However, the record feature of a test execution tool can be used to log the actions performed so that…

Tool Support for Testing

Question

How can test execution tools be of most benefit during exploratory testing?

Options

  • AThey can record user actions so that defects are easier to recreate.
  • BThey can be used to perform the regression aspects of exploratory testing.
  • CThey can help to mitigate the risk of low test coverage.
  • DThey can use data-driven tests to increase the amount of exploratory testing performed.

How the community answered

(48 responses)
  • A
    83% (40)
  • B
    2% (1)
  • C
    4% (2)
  • D
    10% (5)

Explanation

Exploratory testing is used when it is unclear what the system is supposed to do. Therefore test execution tools are of little use because expected results cannot be predicted. However, the record feature of a test execution tool can be used to log the actions performed so that defects can be recreated (option (A)) and rectified more easily.

Topics

#test execution tools#exploratory testing#defect recreation#record and playback

Community Discussion

No community discussion yet for this question.

Full CTFL_UK Practice