SoftwareTestPilot

Chapter 6 – Test Tools

Coverage Tool – ISTQB Definition

Last Updated: July 12, 2026 · SoftwareTestPilot QA Team

Official ISTQB Definition

A tool that provides objective measures of what structural elements, e.g. statements, branches, have been exercised by the test suite.

In simple words

JaCoCo, Istanbul, Coverage.py — reports which lines/branches your tests actually hit.

Exam tip

Coverage tools plug into unit-test frameworks and CI; use branch coverage as the minimum bar.

Related terms

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