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…
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)- A83% (40)
- B2% (1)
- C4% (2)
- D10% (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
Community Discussion
No community discussion yet for this question.