Abstract
Code inspections and white-box testing have both been used for unit testing. One is a static analysis technique, the other, a dynamic one, since it is based on executing test cases. Naturally, the question arises whether one is superior to the other, or, whether either technique is better suited to detect or isolate certain types of defects. We investigated this question with an experiment with a focus on detection of the defects (failures) and isolation of the underlying sources of the defects (faults). The results indicate that there exist significant differences for some of the effects of using code inspection versus testing. White-box testing is more effective, i.e. detects significantly more defects while inspection isolates the underlying source of a larger share of the defects detected. Testers spend significantly more time, hence the difference in efficiency is smaller, and is not statistically significant. The two techniques are also shown to detect and identify different defects, hence motivating the use of a combination of methods
Original language | English |
---|---|
Title of host publication | 14th International Symposium on Software Reliability Engineering |
Publisher | IEEE - Institute of Electrical and Electronics Engineers Inc. |
Pages | 3-13 |
ISBN (Print) | 0-7695-2007-3 |
DOIs | |
Publication status | Published - 2003 |
Event | 14th International Symposium on Software Reliability Engineering - Denver, CO, United States Duration: 2003 Nov 17 → 2003 Nov 20 |
Conference
Conference | 14th International Symposium on Software Reliability Engineering |
---|---|
Country/Territory | United States |
City | Denver, CO |
Period | 2003/11/17 → 2003/11/20 |
Subject classification (UKÄ)
- Computer Science
Free keywords
- fault detection
- failure detection
- defect isolation
- defect detection
- unit testing
- code inspection
- white-box testing
- static analysis
- test case execution
- controlled experiment