Chapter 6 – Test Tools
Continuous Integration Tool – ISTQB Definition
Last Updated: July 12, 2026 · SoftwareTestPilot QA Team
Official ISTQB Definition
A tool that automatically builds and tests software each time changes are committed to the version control system.
In simple words
Jenkins, GitHub Actions, GitLab CI, CircleCI — build, test and report on every commit.
Exam tip
CI tools are the execution home of most test automation — design tests to be CI-friendly.
Related terms
- Continuous Integration (CI)Every code push triggers a build + automated tests so problems surface within minutes.
- Continuous Delivery (CD)The pipeline can push any commit to production, but a human clicks ‘go’.
- Test AutomationLetting tools do the repetitive parts of testing — usually execution, but also data generation and reporting.
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