ISQI Certified Tester Foundation Level — Question 61
Which of the following is a consideration when deploying test execution tools?
Answer options
- A. Data-driven testing cannot be used with test execution tools
- B. Recorded manual tests may become unstable in use
- C. Keyword-driven testing cannot be used with test execution tools
- D. Expected results for tests are not required because the tool generates expected results
Correct answer: B
Explanation
The correct answer, B, highlights that recorded manual tests can become unstable when used repeatedly, which can lead to inconsistent results. Options A and C incorrectly assert that data-driven and keyword-driven testing cannot be utilized with these tools, which is not true. Option D is also incorrect because expected results are crucial for validating the outputs of any test execution.