Writing unit tests: It's now or never!

C. Klammer, A. Kern. Writing unit tests: It's now or never!. DOI 10.1109/ICSTW.2015.7107469, 4, 2015.

Autoren
  • Claus Klammer
  • Albin Kern
BuchProceedings of the IEEE 8th IEEE International Conference on Software Testing, Verification and Validation Workshops (ICSTW), 10th Testing: Academic & Industrial Conference - Practice and Research Techniques (TAIC PART 2015)
TypIn Konferenzband
DOI10.1109/ICSTW.2015.7107469
ISBN978-1-4799-1885-0
Monat4
Jahr2015
Abstract

Unit testing is an important quality assurance method but a challenge in the context of legacy code. We share our
experiences in trying to create tests for existing code by means of two examples from a large industrial software system and list common testability issues observed. Although much effort and resources have been invested, the retrofitting of unit tests was only partially successful. Our findings are that the probability that code without initial tests will ever get covered by unit tests is very low. Only the existence of unit tests ensures testability of the code under test. Besides finding defects unit tests also ensure modular design, which is the base for reuse, maintainability and testability. As a consequence, code and tests should be written together, ideally in a test-driven way.