Chapter 6 – Test Tools
Unit Test Framework Tool – ISTQB Definition
Last Updated: July 12, 2026 · SoftwareTestPilot QA Team
Official ISTQB Definition
A tool that provides an environment for unit or component testing in which a component can be tested in isolation with suitable stubs and drivers.
In simple words
JUnit, pytest, NUnit — lets developers run and assert on unit tests.
Exam tip
xUnit-family frameworks all provide fixtures, assertions, runners and reports.
Related terms
- Unit TestingSame as component testing: developers verify one small piece of code at a time with fast, automated tests.
- Test HarnessThe scaffolding around the code under test — the drivers that call it and the stubs that fake its dependencies.
- StubFake code you drop in for a not-yet-built dependency so your module can be tested.
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