Service validation and testing is one of the 17 service management practices within ITIL 4’s 34 management practices. It confirms that a new or changed service meets its agreed acceptance criteria before release, checking that the service is both fit for purpose and fit for use. Test results give change authorities the documented evidence they need to approve, reject or defer a release.
Why service validation and testing matters: the business cost of failed changes
Major outages are rarely caused by exotic technology failures.
Sources: Uptime Institute, 2025 outage analysis; Uptime Intelligence, annual outage analysis 2025
The Uptime Institute’s 2025 outage analysis found that nearly 40% of organizations have suffered a major outage caused by human error over the past three years, and that of these incidents, 85% stem from staff failing to follow procedures or from flaws in the processes.
That second figure is the argument for this practice. The failure is procedural, not technical: someone deployed without checking a dependency, or approved a change on a verbal assurance that it had been tested. Acceptance criteria and documented approval gates exist to make those shortcuts harder to take.
The bill arrives quickly. Uptime Intelligence’s annual outage analysis for 2025 reports that more than half (54%) of the respondents to Uptime’s 2024 annual survey say their most recent significant, serious or severe outage cost more than $100,000, with one in five saying that their most recent outage cost more than $1 million. Direct cost is only part of it. A change that fails in production means an after-hours rollback, a spike in service desk volume and eroded confidence in the change process.
What the service validation and testing practice does in ITIL 4
The purpose of the practice, as AXELOS defines it, is to ensure that new or changed products and services meet defined requirements.
Service value itself is based on input from customers, business objectives and regulatory obligations, and documented as part of the design and transition value chain activity. In working terms, the practice establishes the acceptance criteria a service must satisfy, plans and performs testing against them, then reports results so stakeholders can decide on release. The order matters. Criteria come first, and the release decision belongs to someone else.
ITIL 4 places the work across the four dimensions of service management: Organizations and People, Information and Technology, Partners and Suppliers, and Value Streams and Processes. Test capability is not only a tool question. It depends on who is qualified to sign off, what environment and data you can test against, and where testing sits in the flow of work.
Where the practice sits among ITIL 4’s 34 management practices
ITIL 4 groups its 34 management practices into three families:
- 14 general management practices Adopted from general business management
- 17 service management practices Developed in service management and IT service management (ITSM)
- 3 technical management practices Adapted from technology management
Service validation and testing is one of the 17 service management practices. Its closest neighbors are change enablement, release management, deployment management, service configuration management and incident management, which together cover the path a change takes from build to live.
What changed in emphasis from ITIL v3
Service validation and testing is not an ITIL 4 invention. ITIL v3 already carried it as a distinct process inside the Service Transition lifecycle stage, with sub-processes for test model definition, release component acquisition, release test and service acceptance testing.
What shifted is the framing. ITIL 4 treats it as a practice rather than a prescriptive process sequence.
Testing is no longer assumed to be a phase. In organizations releasing weekly or daily, validation runs continuously and the release gate reads a live quality signal, not a report written two weeks ago.
Fit for purpose and fit for use: how acceptance criteria are set
Service acceptance criteria are the agreed conditions a new or changed service must meet before release, drawn from customer needs, business objectives, regulatory obligations and the organization’s risk appetite.
Two properties make them useful: they are settled before testing starts, and they are testable. “The system must perform well” cannot be passed or failed. “Order search returns results within two seconds at 500 concurrent users” can.
ITIL 4 organizes criteria around utility and warranty. Utility asks whether the service is fit for purpose: does it do the job the business needs? Warranty asks whether it is fit for use: available, fast, secure and recoverable enough to rely on. Warranty criteria should come from targets already agreed in service level management, so what you test matches what you promised.
| Aspect | Fit for purpose (utility) | Fit for use (warranty) |
|---|---|---|
| Question it answers | Does the service do what the business needs? | Is the service dependable enough to rely on? |
| Typical criteria | Required features, supported transactions, business outcomes | Availability, capacity, continuity, security |
| Typical tests | Functional testing and user acceptance testing | Performance, failover, security and recovery testing |
| Who signs it off | Business owner or service owner | Operations, security and service management |
| Failure looks like | The service runs, but nobody can finish their work in it | The feature works in the demo and collapses under real load |
Verification and validation answer different questions
Confusing these two words is the most common error in this practice. The International Software Testing Qualifications Board (ISTQB) glossary defines verification as confirmation by examination and through provision of objective evidence that specified requirements have been fulfilled. Validation is that same confirmation for a specific intended use.
Verification asks whether you built what the specification described. Validation asks whether that thing does the job the consumer needs.
Pass every verification check and the release can still fail validation if the specification was wrong. That is why user acceptance testing (UAT) is not a formality at the end.
The test types used in service validation and testing
ITIL 4 does not prescribe a fixed test list. The mix follows the risk of the change, which makes scoping a risk decision.
A reporting tweak and a payment platform upgrade should not get the same treatment, though both draw on the same test types.
| Test type | What it confirms | Usually run by |
|---|---|---|
| Functional testing | The service behaves as specified | Test analysts and developers |
| Integration testing | Interfaces and data flows to other services work end to end | Test and platform teams |
| Performance and load testing | Response times hold at expected and peak volumes | Performance engineers |
| Security testing | Access rights, controls and vulnerabilities meet policy | Information security team |
| Regression testing | Existing services still work after the change | Test automation or test analysts |
| Operational readiness testing | Monitoring, backups, runbooks and support handover are in place | Service operations |
| User acceptance testing | Real users can complete their tasks and accept the service | Business representatives |
Most organizations handle the top of that table well and neglect the bottom. Operational readiness testing, sometimes run as a service rehearsal, decides whether Monday morning goes smoothly. It asks a different question: whether the organization can run the service.
Does monitoring alert someone who will answer? Does the service desk know the service exists and what the first-line script is? Does the configuration management database (CMDB) reflect the new state? Has the back-out procedure been rehearsed rather than just documented?
Pilot and phased rollout verification deserves similar attention. Releasing to a small, real population with real data validates warranty in conditions no test environment reproduces.
Service validation and testing, release management and deployment management
These three service management practices are routinely treated as one activity, and that is where ownership blurs.
Three different questions, three different outputs.
| Practice | Core question | Main output |
|---|---|---|
| Service validation and testing | Is the service good enough to be released? | Test results and an acceptance recommendation |
| Release management | What is in this release and when do users get it? | A release plan, release notes and a go-live decision |
| Deployment management | How do the components get into the target environment? | Components deployed to test, staging or production |
The distinction has teeth. When testing and release sit with the same person, the pressure to declare a release acceptable to protect the date becomes structural rather than personal. When deployment is confused with release, teams treat code in production as a service in use and skip the go-live decision. Keeping the three separate does not require three teams; it requires three recorded events with named owners.
How test evidence reaches the change authority
Change enablement authorizes changes; it does not test them.
The change authority may be a change advisory board, a change approval board or a delegated approver. It reads the test results, defect counts by severity, open risks, coverage against acceptance criteria and the back-out plan.
A change record that says “tested, OK” gives an approver nothing to weigh. A record naming the criteria tested and the defects still open turns approval into a judgment rather than a formality.
Depth of testing should follow change type. Standard changes are pre-authorized because their risk profile and test evidence were established in advance. Normal changes carry a test plan proportionate to assessed risk. Emergency changes compress testing under time pressure, which is legitimate, but should be reviewed afterward rather than quietly normalized.
Roles and responsibilities across the practice
- Practice owner or test manager Owns the test strategy, standards and tooling across releases
- Service owner Defines the acceptance criteria and accepts or rejects the result
- Test analysts and engineers Design and execute tests and maintain automated suites
- Business representatives Carry out user acceptance testing
- Service operations and service desk Run operational readiness testing and confirm they can support the service
- Change authority Reviews the evidence and authorizes, defers or rejects the change
One service manager often covers several of these roles in a smaller IT organization. That is workable, with one caveat: whoever built the change should not declare it acceptable.
The metrics that show whether testing is working
Counting tests run tells you very little. What matters is what got through.
- Test coverage against acceptance criteria The share of documented criteria with at least one executed test, which matters more than raw code coverage
- Defect escape rate Defects found in production divided by all defects found, the sharpest signal of whether validation is catching what it should
- Changes released with known open defects A figure that should be small and deliberate
Two outcome measures come from DevOps Research and Assessment (DORA), not the EU Digital Operational Resilience Act that shares its acronym. DORA defines change fail rate as the ratio of deployments that require immediate intervention following a deployment. Deployment rework rate is the ratio of deployments that are unplanned but happen as a result of an incident in production. Both are under pressure from AI-assisted delivery. The 2025 DORA report finds that 90% of survey respondents report using AI at work, and that AI adoption does continue to have a negative relationship with software delivery stability.
The claim that a defect costs 100 times more to fix in production than in requirements does not survive scrutiny. The source is an IBM Systems Sciences Institute study nobody can find. The Register traced it in 2021 to a 1987 textbook citing unpublished IBM course notes whose data was no more recent than 1981. The same article cited a 2016 study of 171 software projects finding that resolution times at different stages were usually not significantly different. The case for testing rests on outage evidence and change failure rates, not a fabricated multiplier.
Where the practice breaks down in real organizations
The failure patterns are consistent enough to be worth naming.
- Acceptance criteria written after the build Criteria reverse-engineered from what was delivered will always be met and prove nothing
- Test environments that do not resemble production Different data volumes, integrations and security configuration, followed by surprise when production behaves differently
- User acceptance testing run by the build team They test the paths they had in mind, not the paths users take
- No exit criteria With no agreed thresholds for open defects and coverage to mark testing complete, “testing is finished” only means the time ran out
- No feedback loop from production incidents Post-release failures are the clearest evidence of what the test set missed
That last one compounds. Incidents arising shortly after a release, visible through monitoring and event management, are unplanned test results that problem management can convert into a permanent change in the test approach. Skip it and the same defect class escapes every quarter.
Fewer failed changes and fewer late-night rollbacks
Test execution belongs to your delivery teams. What a service management platform contributes is the gate, and the evidence behind it.
Matrix42 is an enterprise service management, unified endpoint management and asset management platform that holds the gate and keeps the evidence in one place. In Matrix42 Enterprise, the change management process carries a change calendar, impact analysis, risk assessment and approval workflows. Nothing reaches production without a recorded assessment and decision. Behind that sits the Matrix42 CMDB, kept current by continuous discovery and dependency mapping. That is how a test manager sees which components a change actually touches, and what needs regression and operational readiness testing.
Service Validation & Testing, Release Management and Deployment Management are available as configurable processes in the M42 Professional tier, which builds on the M42 Core ITSM foundation. Every Core subscription includes a test environment that stays available after go-live. On the endpoint side, Matrix42 Unified Endpoint Management supports phased rollout plans, and Matrix42 Package Cloud supplies more than 2,000 pre-configured, tested application packages.
Dedicated test management and test automation tools connect as integrations. Matrix42 does not replace them.
Key takeaways
- A service management practice Service validation and testing is one of ITIL 4’s 17 service management practices, part of 34 management practices in total. Its job is to confirm a new or changed service meets its acceptance criteria before release.
- Two questions, one decision Acceptance criteria test whether a service is fit for purpose and fit for use. Utility without warranty ships a service that works in the demo and falls over on a Monday morning.
- Evidence for the change authority Test results are what a change advisory board or a delegated change authority actually reviews. Without them, approval rests on assurance that testing happened rather than proof of what it found.
- Not release, not deployment Testing judges whether a service is good enough, release management decides what ships and when, and deployment management moves the components. Blurring the three is how accountability goes missing.
- Measure the escapes Volume of tests run says little. Defects found in production, changes released with known defects, failed change rate and emergency rollbacks show whether testing is catching the right problems.
From testing as a gate to testing as evidence
Treated as a gate, testing is something delivery teams work around. Treated as evidence production, it makes a change decision defensible: this is what the service had to do, this is what was tested, this is what the organization is knowingly accepting.
Evidence, not assurance
Most organizations do not need more testing. They need acceptance criteria agreed before the build starts, exit criteria that mean something, and a change record where evidence and decision live together. See how the Matrix42 approach to change and service management gives approvers something more solid than an assurance that it was tested.
Explore the future of ITSM→FAQs
Related Articles
What is IT Service Management (ITSM)?
IT Service Management (ITSM) is a structured approach that organizations use to design, deliver, manage, and continually improve IT services to align closely with business goals.
The ITSM Buyer's Guide: How to choose IT Service Management software for your business
Your ITSM vendor choice shapes your IT operations for years. It affects how cost-effectively you manage daily service delivery, so compare your options carefully.
NIS2 and DORA compliance guide: Securing European businesses through automated IT governance
European businesses must balance technological innovation with strict regulatory compliance. The EU has introduced NIS2 (Network and Information Systems Directive) and DORA (Digital Operational Resilience Act) to enhance cybersecurity and operational resilience across sectors critical to the economy.
How AI transforms Service Management: A European guide to responsible implementation
AI in service management refers to artificial intelligence technologies that automate, augment, and predict IT service management operations. These technologies range from AI assistants that help agents find information faster, to autonomous AI agents that resolve issues without human intervention, to proactive AI that prevents incidents before they occur.
Sources
- 1 AXELOS / PeopleCert, “Service validation and testing: ITIL 4 practice guide,” 2020.axelos.com/resource-hub/practice/service-validation-and-testing-itil-4-practices-guide
- 2 itSM.tools, “ITIL 4 Management Practices Explained: Full List and Purposes,” 2026.itsm.tools/34-itil-4-management-practices/
- 3 IT Process Wiki (IT Process Maps), “Service Validation and Testing,” 2024.wiki.en.it-processmaps.com/index.php/Service_Validation_and_Testing
- 4 Uptime Institute, “Uptime Announces Annual Outage Analysis Report 2025,” 2025.uptimeinstitute.com/about-ui/press-releases/uptime-announces-annual-outage-analysis-report-2025
- 5 Uptime Intelligence, “Annual outage analysis 2025,” 2025.intelligence.uptimeinstitute.com/resource/annual-outage-analysis-2025
- 6 ISTQB, “Verification (ISTQB Glossary),” 2024.istqb-glossary.page/verification/
- 7 ISTQB, “Validation (ISTQB Glossary),” 2024.istqb-glossary.page/validation/
- 8 Google Cloud / DORA (DevOps Research and Assessment), “Announcing the 2025 DORA Report,” 2025.cloud.google.com/blog/products/ai-machine-learning/announcing-the-2025-dora-report
- 9 DORA (DevOps Research and Assessment), “DORA’s software delivery metrics: the four keys,” 2025.dora.dev/guides/dora-metrics-four-keys/
- 10 The Register, “Everyone cites that ‘bugs are 100x more expensive to fix in production’ research, but the study might not even exist,” 2021.theregister.com/2021/07/22/bugs_expense_bs/