Empirical evidence regarding testability
Posted
by
Xodarap
on Programmers
See other posts from Programmers
or by Xodarap
Published on 2012-11-28T22:35:47Z
Indexed on
2012/11/28
23:14 UTC
Read the original article
Hit count: 243
testing
|evidence-based
A google scholar search turns up numerous papers on testability, including models for computing testability, recommendations for how ones code can be more testable, etc.
They all come with the assertion that more testable code is more stable, but I can't find any studies which actually demonstrate this.
Can someone link me to a study evaluating the effect of testable code vs. quality? The closest I can find is Improving the Testability of Object Oriented Systems, which discusses the relationship between design flaws and testability.
© Programmers or respective owner