← AI Transformation Suite Quality · Master Test Strategy

Master Test & QA Strategy

Download Word

The governing quality document for Project Catalyst. It defines how the program tests — across three AI delivery legs, a shared data and cloud platform, and a governance layer — and it applies to every workstream, vendor, and release for the life of the program. Individual test plans (per BRD, per release) sit beneath this strategy and inherit from it; where a test plan is silent, this document governs. Structured in line with ISO/IEC/IEEE 29119, the international software testing standard series that superseded IEEE 829 and added explicit organizational test policy and strategy layers.

Test Organization
35
QA 18 · UAT 11 · IMV 6
Test Levels
6
Unit → UAT
AI Model Dimensions
8
Beyond functional testing
Lines of Defense
2
Delivery QA + independent IMV
Approach
Risk-based
Per ISO 29119-1:2022
The central premise. Testing an AI program is not testing software with extra steps. A traditional application is deterministic: given an input, a correct output exists and can be asserted. A model is probabilistic — it can be accurate on average and still be unfair, poorly calibrated, brittle under adversarial input, or silently degrading against last quarter's data. This strategy therefore runs two distinct but connected test disciplines: conventional software testing of the applications and integrations, and model validation of the AI itself. Both must pass before anything reaches production.

1 · Purpose, Scope & Objectives

Purpose

To define a single, consistent, auditable approach to quality across Project Catalyst so that AI capability reaches ACME's members, providers, and underwriters only when it has been demonstrated to be functionally correct, performant, secure, fair, explainable, and compliant — and so that it stays that way after go-live.

In scope

Out of scope

Objectives

ObjectiveHow it is met
No critical defect reaches productionTiered test levels with enforced exit criteria and a production readiness gate
No model reaches production without independent validationSecond-line IMV sign-off is a mandatory, non-waivable gate
Quality is evidenced, not assertedTraceability from requirement → test case → result → defect → release record
Testing scales across three parallel delivery legsShared automation framework, common environments, reusable regression suites
Quality persists after go-liveContinuous monitoring, drift detection, and scheduled re-validation

2 · Standards & Framework Alignment

The strategy is anchored to recognized external standards rather than invented convention, so that ACME's internal audit, regulators, and external reviewers can map it to frameworks they already accept.

FrameworkApplies toHow this program uses it
ISO/IEC/IEEE 29119 (Parts 1–4)Software testing process & documentationStructural basis for this strategy, the test process model, test documentation set, and test design techniques. Part 1 (2022) supplies the risk-based approach; Part 3 supplies documentation templates.
NIST AI Risk Management FrameworkAI trustworthinessSource of the model test dimensions in Section 5 — validity, reliability, safety, security, fairness, explainability. NIST's position that AI systems be tested before deployment and regularly while in operation drives Section 12.
ISO/IEC 42001AI management systemGovernance wrapper — links test evidence to the AI management system and model registry.
SR 11-7 model risk principlesModel risk managementBasis for the two-line-of-defense split: delivery teams build and test; Independent Model Validation independently validates.
HIPAA / PHI handlingTest dataGoverns Section 9 — test data management, masking, and environment segregation.
Program-internalGovernanceAI Governance & JAD Charter, Methodology Guide, RAIDD Log

3 · Test Organization & Responsibilities

Thirty-five people across three independent groups. The separation is deliberate: the team that builds a model cannot be the team that clears it for production.

GroupSizeReports toResponsibilityLine
QA & Testing18QA Lead (Pulaski)Test planning, case design, execution across unit through system/E2E, automation framework, performance and regression testing, defect triageFirst
User Acceptance Testing11Operational Testing Manager (ACME)Business-scenario validation, operational readiness, UAT sign-off. Deliberately independent of the delivery teams and on loan from Operations, not from IT.Business
Independent Model Validation6P. Okafor, reporting outside deliveryIndependent replication, fairness re-testing, calibration and robustness assessment, production gate sign-off for every modelSecond
Cybersecurity / InfoSec10CISOSecurity and penetration testing, threat modelling, controls assuranceSupporting
Clinical / Medical Policy6Chief Medical OfficerClinical validity review of decision logic and medical-necessity criteriaSupporting
Data Privacy Office5Chief Privacy OfficerDPIA, PHI handling assurance in test environmentsSupporting
Independence is a control, not an org-chart detail. UAT reports through Operations and IMV reports outside the delivery line specifically so that neither can be pressured by a delivery deadline. If a delivery lead could overrule an IMV finding, the second line would provide no assurance at all.

4 · Test Levels (Application & Integration)

Conventional software test levels, applied to the applications, APIs, workflows, and integrations that surround the models.

LevelOwnerScopeApproachAutomation Target
UnitDelivery engineersIndividual components, functions, transformationsDeveloper-written, executed in CI on every commit≥ 95%
ComponentQA & TestingServices and modules in isolation with stubbed dependenciesAutomated suite in CI≥ 85%
IntegrationQA & TestingService-to-service, API contracts, data pipeline handoffs, legacy interfacesContract testing plus scenario-based integration suites≥ 75%
System / End-to-EndQA & TestingComplete business workflows across the assembled solutionScripted functional scenarios plus exploratory testing≥ 60%
Non-functionalQA + InfoSecPerformance, load, resilience, security, accessibilitySpecialist tooling per characteristic (Section 6)≥ 70%
User AcceptanceUAT team (ACME)Real business scenarios executed by operational staffManual, business-scenario driven, two cycles plus regression confirmationManual by design

5 · AI / ML Model Test Dimensions

These are additional to — never a substitute for — the levels above. A model that passes functional testing can still be unfit for production on any of these eight dimensions. Each is assessed by the delivery team (first line) and independently re-assessed by IMV (second line) before the production gate.

#DimensionQuestion it answersMethodGate
1Data quality & representativenessIs the training and evaluation data complete, accurate, and representative of the population the model will serve?Profiling, completeness and distribution analysis, sub-population coverage checks against ACME's member mixPre-training
2Performance & generalizationDoes it perform on data it has never seen, not just on its training set?Hold-out and cross-validation; precision, recall, F1, AUC against agreed thresholds per use casePre-pilot
3CalibrationWhen the model says it is 80% confident, is it right about 80% of the time?Reliability curves, calibration error — critical because confidence thresholds drive the human-in-the-loop routing rulesPre-pilot
4Robustness & adversarial resistanceDoes it hold up under noisy, edge-case, malformed, or hostile input?Perturbation testing, edge-case suites, adversarial probes; prompt-injection testing for language interfacesPre-production
5Fairness & biasDoes performance hold across protected and clinically relevant sub-populations?Disaggregated performance analysis across sub-populations, agreed fairness metrics, disparity thresholds set with Compliance and ClinicalPre-production — blocking
6ExplainabilityCan a human understand and defend why a decision was made?Feature-attribution review, decision-path inspection, clinical reviewer comprehension testingPre-production
7Inference integrity & reproducibilityDoes the same input reliably produce the same output, and can a past decision be reproduced?Determinism checks, versioned model + data + config lineage, replay of historical decisionsPre-production
8Drift & stabilityIs it still behaving as validated, months after go-live?Continuous data and prediction drift monitoring with alert thresholds; scheduled re-validation (Section 12)Post-production, continuous
Fairness is a blocking gate. Of the eight dimensions, fairness and independent validation are the two that cannot be waived by any delivery authority. A fairness finding stops the release until remediated and re-validated, regardless of schedule pressure — a control the program expects to exercise at least once, since RSK-06 anticipates exactly this scenario on the underwriting model.

6 · Test Types by Quality Characteristic

CharacteristicWhat is testedAcceptance basis
Functional correctnessBusiness rules, decision logic, workflow routing, data transformations100% of critical-path requirements traced and passing
Performance & scalabilityInference latency, throughput at projected volume, batch window completion, concurrencyMeets service-level targets at 1.5× projected peak volume
SecurityAuthentication, authorization, encryption, injection resistance, model endpoint protectionZero high or critical findings open at release
PrivacyPHI handling, minimum necessary access, data residency, audit loggingDPIA complete; Data Privacy Office sign-off
AccessibilityMember and provider interfacesWCAG 2.2 AA conformance
Regulatory compliancePrior-auth decisioning rules, disclosure and disclaimer behavior, record retentionCompliance and Legal sign-off per release
OperabilityMonitoring, alerting, failover, rollback, runbook accuracyOperational readiness review passed

7 · Risk-Based Test Approach

ISO/IEC/IEEE 29119-1 frames testing as the primary means of treating product risk, and this program allocates test effort accordingly rather than spreading it evenly. Test depth is set by the consequence of failure.

Risk TierCharacteristicsExamplesTest Depth
Tier 1 — CriticalAffects a coverage or payment decision, patient care, regulatory obligation, or PHIPrior-auth decisioning, claims adjudication logic, underwriting risk scoringAll levels, all eight model dimensions, IMV mandatory, clinical review, full regression, shadow-mode operation before live decisioning
Tier 2 — SignificantMember- or provider-facing, or feeds a Tier 1 processMember virtual assistant, provider portal AI, agent-assistAll levels, model dimensions 1–7, IMV mandatory, human-in-the-loop controls verified, staged rollout
Tier 3 — StandardInternal-facing, no direct decision or member impactInternal analytics, operational dashboards, developer toolingStandard levels, automated regression, risk-proportionate model checks

Risk tiers are assigned at requirements sign-off and recorded in the requirements traceability matrix. Product risks that materialize become entries on the RAIDD Log; RSK-01 (data fragmentation), RSK-03 (chatbot liability), and RSK-06 (model bias) each map directly to test dimensions above.

8 · Entry & Exit Criteria

Criteria are enforced, not advisory. A level does not begin until entry criteria are met, and does not close until exit criteria are evidenced.

LevelEntry CriteriaExit Criteria
IntegrationComponents unit-tested and passing; interfaces stable; environment provisioned; test data available≥ 95% planned cases executed; no open critical or high defects; interface contracts verified
System / E2EIntegration exit met; full workflow deployed; requirements traceability current100% critical-path scenarios passed; ≥ 98% overall pass rate; no open critical or high defects; performance targets met
Model validation (IMV)Model card complete; first-line results submitted; training data lineage documented; fairness analysis providedIndependent replication successful; fairness within agreed thresholds; calibration acceptable; formal IMV sign-off issued
UATSystem exit met; IMV sign-off issued; UAT environment loaded with representative data; users trainedAll business scenarios executed; no open critical or high defects; business sign-off recorded
Production releaseAll above complete; operational readiness review passed; rollback rehearsedThree-board production readiness approval (ESB, AIGB, EARB); hypercare staffed and monitoring live

9 · Test Environments & Data Management

EnvironmentPurposeDataRefresh
DevelopmentEngineer workstation and shared devSynthetic onlyOn demand
Test / QAComponent, integration, system executionMasked / de-identified production-derivedWeekly
Model training & evaluationModel development and validationGoverned PHI under approved access, onshore-onlyPer training cycle
PerformanceLoad, stress, enduranceVolume-scaled syntheticPer release
UAT / StagingBusiness acceptance; production mirrorMasked production-derived, full referential integrityPer release cycle
ProductionLive operation and monitoringLive PHI

Test data principles

10 · Defect Management

SeverityDefinitionResponseRelease Impact
CriticalIncorrect coverage/payment decision, PHI exposure, safety or regulatory breach, or complete loss of serviceImmediate; work stops until resolvedBlocks release absolutely
HighMajor function unusable, significant model performance shortfall, no workaroundWithin 2 business daysBlocks release
MediumFunction impaired with an acceptable workaroundWithin the release cycleRelease with documented workaround
LowCosmetic or minor usability issueBacklogNo impact

Defects are triaged daily during active test windows by QA Lead, delivery lead, and business analyst. Any defect arising from model behavior — rather than code — is additionally routed to the AI Governance Board, because the remedy is usually retraining or threshold adjustment rather than a code fix, and that is a governance decision.

11 · Test Automation Strategy

Automation exists to make regression affordable across three parallel delivery legs and a three-year program. It is not a target in itself.

12 · Continuous Testing in Production

NIST's framing is that AI systems be tested before deployment and regularly while in operation. For a probabilistic system, release is not the end of testing — it is the point at which testing changes form.

ActivityCadenceOwnerTrigger for action
Data & prediction drift monitoringContinuous, automatedPlatform / MLOpsDrift beyond threshold → investigation and possible retraining
Live performance monitoring against validated baselinesContinuousDelivery + CoEDegradation beyond tolerance → AI Governance Board review
Human-override rate tracking (prior auth)WeeklyClinical + CoEElevated override rate → decision-logic review; this is the early-warning signal for RSK-04
Fairness re-assessment on production dataQuarterlyIMVDisparity beyond threshold → blocking remediation
Full model re-validationAnnually, and on any material retrainIMVFailure → model withdrawn from autonomous operation
Production regression suitePer release and monthlyQA & TestingFailure → rollback consideration

13 · Metrics & Reporting

MetricDefinitionTargetReported
Requirements test coverageRequirements with at least one linked, executed test100% critical pathPer release
Test execution progressCases executed vs planned≥ 95% at exitWeekly in test windows
Pass ratePassed vs executed≥ 98% at system exitWeekly
Defect escape rateDefects found post-release vs total found≤ 5%; zero criticalPer release + monthly
Defect densityDefects per unit of delivered scopeTrend downward release over releaseMonthly
Automation coverageAutomated vs total regression casesPer level targets (Section 4)Monthly
IMV turnaroundSubmission to sign-off5–10 business daysMonthly
Model performance vs baselineLive metrics vs validated baselineWithin toleranceContinuous, reviewed monthly

Test metrics feed the Program Dashboard and the monthly quality section of Steering Board reporting.

14 · Test Deliverables

DeliverableProduced byWhen29119 Alignment
Master Test & QA Strategy (this document)QA Lead + Program DirectorPhase 0; reviewed annuallyOrganizational test strategy
Test plan (per BRD / per release)QA LeadPer delivery legPart 3 test plan
Test cases & test data specificationsQA & TestingDesign phasePart 3 / Part 4 techniques
Model validation reportIMVPer model, pre-productionProgram-specific
Test execution & defect reportsQA & TestingContinuous in test windowsPart 3 test results
Test summary / exit reportQA LeadPer level exitPart 3 test completion report
UAT sign-off recordOperational Testing ManagerPer releaseAcceptance evidence

15 · Assumptions, Dependencies & Risks to the Test Approach

Assumptions

Dependencies

Risks to the approach

RiskImpact on testingMitigation
Test window compression from upstream delayPressure to reduce coverage on the highest-risk scopeExit criteria are non-negotiable; the release date moves, the criteria do not
IMV becomes a bottleneck in Year 2 (two legs in parallel)Production gates queueStaggered BRD-02/03 validation windows; early submission of model documentation
Insufficient sub-population data for fairness testingFairness conclusions unreliableCoverage verified at dataset governance sign-off, before training
Automation debt accumulating across three legsRegression cost grows faster than deliveryShared framework, automation coverage tracked as a reported metric
Governing relationship. This strategy is subordinate to the Program Charter and the Program Management Plan, and is the parent of every test plan produced under it. Changes to this strategy follow the program's change-control process and require AI Governance Board endorsement, because test standards are a model-risk control.