Print Page | Close Window

What are the benefits of Code Coverage testing?

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=2659
Printed Date: 26May2024 at 3:00pm


Topic: What are the benefits of Code Coverage testing?
Posted By: tanushree
Subject: What are the benefits of Code Coverage testing?
Date Posted: 04Oct2007 at 1:02am
1. Is code coverage a means to find out % of source code that are getting executed during the course of executing the application / module

2. Is code coverage testing can be done in isolation with the regular unit testing using the unit test cases

3. What will they do, if they find out that only 70% of the code is getting executed during the running of the application. Will they do something to the remaining 30% of the dead code?

4. What is functional code coverage? Is it to find out whether all the functions within a module or application is getting exected during the course of running the application?



Print Page | Close Window