Chapter 6 – Test Tools
Test Environment Provisioning – ISTQB Definition
Last Updated: July 12, 2026 · SoftwareTestPilot QA Team
Official ISTQB Definition
The automated creation and configuration of environments required to run tests.
In simple words
Spinning up a clean test environment on demand instead of hand-crafting one.
Exam tip
Ephemeral test environments per PR remove 'works on my env' bugs.
Related terms
- Infrastructure as CodeDefine servers, networks and configs in code (Terraform, CloudFormation) so envs are versioned and reproducible.
- Test EnvironmentThe setup where tests run — servers, browsers, DBs, feature flags — ideally close to production.
- CI/CDThe automated pipeline that builds, tests, and ships code on every change.
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