Open In App
Related Articles

Software Engineering | Cleanroom Testing

Improve Article
Improve
Save Article
Save
Like Article
Like

Cleanroom Testing was pioneered by IBM. this kind of testing depends heavily on walkthroughs, inspection, and formal verification. The programmers don’t seem to be allowed to check any of their code by corporal punishment the code apart from doing a little syntax testing employing a compiler. The computer code development philosophy relies on avoiding computer code defects by employing a rigorous examination method. the target of this computer code is that the zero-defect computer code.

The name ‘CLEAN ROOM’ was derived from the analogy with semiconductor fabrication units. In these units (clean rooms), defects area unit avoided by producing within the ultra-clean atmosphere. during this reasonable development, inspections to ascertain the consistency of the parts with their specifications has replaced unit-testing.

This technique reportedly produces documentation and code that’s extra reliable and fixable than various development methods relying heavily on code execution-based testing.

The clean room approach to computer code development relies on 5 characteristics:

  1. Formal specification:
    The computer code to be developed is formally given. A state-transition model that shows system responses to stimuli is employed to precise the specification.

  2. Incremental development:
    The computer code is partitioned off into increments that area unit developed and valid on individual basis mistreatment the white room method. These increments area unit given, with client input, at Associate in Nursing early stage within the method.

  3. Structured programming:
    Only a restricted range of management and information abstraction constructs area unit used. The program development method is that the method of stepwise refinement of the specification.

  4. Static verification:
    The developed computer code is statically verified mistreatment rigorous computer code inspections. there’s no unit or module testing method for code parts.

  5. Statistical testing of the system:
    The integrated computer code increment is tested statistically to work out its responsibility. These applied mathematics tests area unit supported the operational profile that is developed in parallel with the system specification.

Note: The main drawback with this approach is that testing effort is augmented as walkthroughs, inspection, and verification area unit time- overwhelming.

Last Updated : 30 Apr, 2019
Like Article
Save Article
Similar Reads