What Changed โ€” From CSV to CSA

For decades, the pharmaceutical industry validated computerised systems using an approach called Computer System Validation (CSV) โ€” a document-heavy, protocol-driven methodology centred on the V-model and formal IQ/OQ/PQ qualification. In 2022, the FDA published a new guidance document introducing Computer Software Assurance (CSA), a risk-based alternative that emphasises critical thinking over documentation volume.

CSA does not replace CSV. The underlying GAMP 5 framework and the V-model remain valid. What CSA changes is the philosophy of how you apply testing effort โ€” directing it toward activities that genuinely assure software works correctly for its intended use, rather than generating documentation for documentation's sake.

The FDA's Core Message

The FDA's CSA guidance explicitly states that the goal is to reduce "unnecessary or redundant testing and documentation" while maintaining assurance that software performs its intended function. The guidance encourages leveraging vendor testing, focusing human effort on scripted testing of critical functions, and using unscripted exploratory testing more deliberately.

The Key Differences in Practice

CSV vs CSA โ€” PRACTICAL COMPARISON FOR PLC/SCADA ENGINEERS CSV โ€” TRADITIONAL APPROACH CSA โ€” RISK-BASED APPROACH TESTING FOCUS Test everything โ€” completeness drives confidence TESTING FOCUS Test critical functions โ€” risk drives depth VENDOR TESTING Repeat vendor testing as OQ evidence VENDOR TESTING Leverage vendor testing; supplement for GMP use SCRIPTED TESTING All testing scripted in advance SCRIPTED TESTING Critical functions scripted; exploratory for low-risk DOCUMENTATION Document everything โ€” volume signals thoroughness DOCUMENTATION Document what's necessary โ€” quality over quantity REGULATOR COMFORT High โ€” inspectors know what to look for REGULATOR COMFORT Variable โ€” depends on how well risk is justified CSA DOES NOT REPLACE GAMP 5 OR THE V-MODEL โ€” IT CHANGES HOW DEEPLY YOU TEST EACH NODE
// THE V-MODEL STRUCTURE REMAINS. CSA CHANGES WHERE TESTING EFFORT IS CONCENTRATED โ€” TOWARD CRITICAL FUNCTIONS, AWAY FROM LOW-RISK ONES.

What Stays the Same

Engineers reading about CSA sometimes conclude it means less validation work overall. That's a misreading. What CSA reduces is low-value documentation โ€” scripted test cases for functions that are self-evidently correct, repeated execution of tests that vendors have already conducted and published results for, and protocols that exist to generate paper rather than to assure function.

What stays the same under CSA: the requirement to validate, the IQ/OQ/PQ structure, the need for a traceability matrix, 21 CFR Part 11 compliance, and the requirement that critical functions are tested with scripted, executed, documented evidence.

CSA in Practice โ€” What Changes for PLC/SCADA Engineers

In a CSA-informed approach to a SCADA validation project, the practical changes are:

EU Adoption is Slower

CSA is an FDA guidance โ€” EU GMP Annex 11 has not been formally updated to incorporate CSA principles (the 2026 revision may address this). In practice, EU-focused pharma companies and their QA teams are often more conservative. If your client's QA team is EU-trained, discuss the approach explicitly before reducing scripted test coverage based on CSA principles alone.

In the QLean Framework

The QLean templates are structured to support both traditional CSV and a CSA-informed approach. The risk assessment template includes a "testing approach" column where scripted, exploratory, or vendor-reliance can be documented per function. The OQ template supports both full scripted execution and documented exploratory test sessions.