Print Page | Close Window

what is role of debugging in testing.?

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Microsoft .Net Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Microsoft .Net Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1104
Printed Date: 26May2024 at 10:27am


Topic: what is role of debugging in testing.?
Posted By: Pritam_001
Subject: what is role of debugging in testing.?
Date Posted: 29Apr2007 at 11:57pm
Hello all ,
want to know what is the role of debugging in testing ?
to describe more i want to know does debugging is a part of testing ? if yes then how much ?
or is it completely out of scope as far as testing is concerned?



Replies:
Posted By: Tarun_004
Date Posted: 30Apr2007 at 1:51am
Debugging falls into Unit Testing (White Box). It all depends on who does a unit test?

Generally unit test is done by the developers and not by any testing team.
Following areas should be considered for debugging,
1. Code Coverage
2. Code Complexity
3. Conditional Statements
4. Loops
5. Adhering to design (Meeting requirements)
6. Performance and Optimization




Print Page | Close Window