nerdexam
iSQI

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…

Test Tools

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)
  • A
    3% (1)
  • B
    5% (2)
  • C
    92% (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

#static analysis#coding standards#source code compliance#tool selection

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice