Chapter 6 – Test Tools
Linter – ISTQB Definition
Last Updated: July 12, 2026 · SoftwareTestPilot QA Team
Official ISTQB Definition
A tool that analyses source code to flag programming errors, bugs, stylistic errors, and suspicious constructs.
In simple words
The nagging tool that catches typos, unused vars, and style issues before they reach review.
Exam tip
Prefer configurable linters that match your team's conventions.
Related terms
- Static Analysis ToolSonarQube, ESLint, SpotBugs — analyzes code without running it and flags problems.
- Static AnalysisTools scan source code, models or documents to find defects without running the software.
- ReviewSomeone reads or discusses a document (requirements, code, test cases) to find problems before running the software.
Practice this term in the ISTQB Mock Test
40 CTFL v4.0 questions, 60-minute timer, instant scoring and chapter-wise breakdown.
Practice in Mock Test