[Zurück]


Vorträge und Posterpräsentationen (mit Tagungsband-Eintrag):

D. Winkler, M. Schmidt, R. Ramler, S. Biffl:
"Improving Unfamiliar Code with Unit-Tests: An Empirical Investigation on Tool-Supported and Human-Based Testing";
Vortrag: 13th International Conference on Product-Focused Software Development and Process Improvement, Madrid; 13.06.2012 - 15.06.2012; in: "13th International Conference, PROFES 2012, Madrid, Spain, June 13-15, 2012 Proceedings", Springer, (2012), S. 290 - 304.



Kurzfassung englisch:
Software testing is a well-established approach in modern software engineering practice to improve software products by systematically introducing unit tests on different levels during software development projects. Nevertheless existing software solutions often suffer from a lack of unit tests which have not been implemented during development because of time restrictions and/or resource limitations. A lack of unit tests can hinder effective and efficient maintenance processes. Introducing unit tests after deployment is a promising approach for (a) enabling systematic and automation-supported tests after deployment and (b) increasing product quality significantly. An important question is whether unit tests should be introduced manually by humans or automatically generated by tools. This paper focuses on an empirical investigation of tool-supported and human-based unit testing in a controlled experiment with focus on defect detection effectiveness, false positives, and test coverage of two different testing approaches applied to unfamiliar source code. Main results were that (a) individual testing approaches (human-based and tool-supported testing) showed advantages for different defect classes, (b) tools delivered a higher number of false positives, and (c) higher test coverage.

Schlagworte:
Software Product Improvement, Software Testing, Random Test Case Generation, Manual and Tool-Supported Tests, Controlled Experiment