Print Page | Close Window

test coverage

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Test Plans @ OneStopTesting
Forum Discription: Discuss, Learn and Prepare better and better Test Plans for yourself.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=5774
Printed Date: 15May2024 at 9:38pm


Topic: test coverage
Posted By: mangai166
Subject: test coverage
Date Posted: 05Jun2008 at 12:05am
what is test coverage?



Replies:
Posted By: lawrence
Date Posted: 05Jun2008 at 7:57am
Test coverage is a measure of level of testing you have performed on your software.


Posted By: getzephyr
Date Posted: 11Jun2008 at 4:13am
 It describes the degree to which the source code of a program has been tested. It is a form of testing that inspects the code directly and is therefore a form of white box testing.


-------------


Posted By: cprasenjit26
Date Posted: 21Jul2009 at 8:14pm
The aim of coverage based testing method is to 'cover' the program with test cases that satisfy some fixed coverage criteria.
-----------------------------------------------------------------------------
http://softwareqatestings.com - Software Testing


Posted By: rajmohan
Date Posted: 22Aug2009 at 2:35am
hi mostly the term coverage used in white box testing
the common coverages are
1.statement coverage :it describes whtehr the statement execeuted atleast once
2.decison coverage
3.control coverage



-------------
mohanraj



Print Page | Close Window