ISTQB Certified Tester Foundation Level (CTFL 2018) — Question 40
You have been asked to improve the way test automation tools are being used in your company. Which one of the following is the BEST approach?
Answer options
- A. Selecting and automating scripts that test new functionality to find the most defects.
- B. Using a keyword-driven testing approach to separate the actions and data from the tool's script.
- C. Ensuring that all data, inputs and actions are stored in the tool's script for ease of maintenance.
- D. Keeping expected results separate from the automation tool to allow the testers to check the results.
Correct answer: A
Explanation
The best approach is A because focusing on automating tests for new functionality maximizes the chances of identifying defects in the latest features. Option B, while useful for organization, may not directly improve defect detection. Option C can lead to cumbersome scripts that are harder to maintain, and option D, though it allows for validation, does not enhance the overall efficiency of the automation process.