Blog

Software Testing as a Continuous Improvement Process

Software life cycle testing means that testing occurs in parallel with the development cycle and is a continuous process. The software testing process should start early in the application life cycle, not just in the traditional validation testing phase after the coding phase has been completed. Testing should be integrated into application development. In order

Software Testing as a Continuous Improvement Process Read More »

Defect Removable Efficiency

Defect Removable Efficiency The Defect Removable Efficiency (DRE) is the percentage of defects that have been removed during an activity, computed with the equation below: DRE = (Number of Defects Removed / Number of Defects at Start of Process) * 100 The DRE can also be computed for each software development activity and plotted on

Defect Removable Efficiency Read More »

Rapid Testing

Rapid testing is the testing software faster than usual, without compromising on the standards of quality. It is the technique to test as thorough as reasonable within the constraints. This technique looks at testing as a process of heuristic inquiry and logically speaking it should be based on exploratory testing techniques. Although most projects undergo

Rapid Testing Read More »

Scroll to Top