CTFL_SYLL_4.0 · Question #148
Which of the following types of tools is BEST suited for determining source code compliance with the guidelines provided by a coding standard?
The correct answer is C. Static analysis tool. A static analysis tool is best suited for determining source code compliance with coding standards. These tools analyze the code without executing it and can check for adherence to coding standards, syntax errors, and other static properties of the code. The ISTQB CTFL syllabus…
Question
Which of the following types of tools is BEST suited for determining source code compliance with the guidelines provided by a coding standard?
Options
- AContainerisation tool
- BFault seeding tool.
- CStatic analysis tool.
- DTest data preparation tool
How the community answered
(37 responses)- A3% (1)
- B5% (2)
- C92% (34)
Explanation
A static analysis tool is best suited for determining source code compliance with coding standards. These tools analyze the code without executing it and can check for adherence to coding standards, syntax errors, and other static properties of the code. The ISTQB CTFL syllabus emphasizes the role of static analysis tools in verifying that code meets predefined standards and guidelines.
Topics
Community Discussion
No community discussion yet for this question.