Istqb Certified Tester Foundation Level CTFL · Free Practice Question Easy
Question 31
Which of the following tool categories is most likely to facilitate automated test execution?
-
A
Static testing tools
-
B
Collaboration tools
-
C
Test execution and coverage tools
-
D
Management tools
Reveal correct answer
Correct answer: C
A. Static testing tools are primarily used for analyzing the code and identifying defects without executing the code. They do not facilitate automated test execution, as their main focus is on code analysis rather than test execution.
B. Collaboration tools are used for communication and collaboration among team members during the testing process. While they are essential for team coordination, they do not directly facilitate automated test execution.
C. Test execution and coverage tools are specifically designed to automate the execution of test cases and provide coverage analysis. These tools help in running tests automatically, generating reports, and tracking test coverage, making them the most likely category to facilitate automated test execution.
D. Management tools are used for test management activities such as test planning, scheduling, and reporting. While they are crucial for overall test management, they do not directly support automated test execution.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
