Print Page | Close Window

Code Coverage Analysis

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Unit Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Unit Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=630
Printed Date: 19Nov2024 at 3:26am


Topic: Code Coverage Analysis
Posted By: sudha
Subject: Code Coverage Analysis
Date Posted: 04Apr2007 at 3:29am
Code Coverage Analysis

Summary

Coverage analysis is a structural testing technique that helps eliminate gaps in a test suite. It helps most in the absence of a detailed, up-to-date requirements specification. Condition/decision coverage is the best general-purpose measure for C, C++, and Java. Setting an intermediate goal of 100% coverage (of any type) can impede testing productivity. Before releasing, strive for 80%-90% or more coverage of statements, branches, or conditions.




Print Page | Close Window