CTFL_SYLL_4.0 · Question #154
Which of the following characterizations applies to a test tool used for the analysis of a developer's code prior to its execution?
The correct answer is B. Tool support for static testing. A test tool used for the analysis of a developer's code prior to its execution falls under the category of static testing tools. Static testing involves examining the code and documentation without executing the code. These tools are used to perform static analysis, which helps…
Question
Which of the following characterizations applies to a test tool used for the analysis of a developer's code prior to its execution?
Options
- ATool support for test design and implementation.
- BTool support for static testing.
- CTool support for test execution and logging.
- DTool support for performance measurement and dynamic analysis.
How the community answered
(44 responses)- A2% (1)
- B89% (39)
- C2% (1)
- D7% (3)
Explanation
A test tool used for the analysis of a developer's code prior to its execution falls under the category of static testing tools. Static testing involves examining the code and documentation without executing the code. These tools are used to perform static analysis, which helps in identifying potential defects and code quality issues early in the development process. The ISTQB CTFL syllabus specifies that static analysis tools are essential for finding defects that do not manifest themselves during the execution of the program.
Topics
Community Discussion
No community discussion yet for this question.