papers-we-love_papers-we-love/testing/tdd/README.md
Walerian Sobczak d3cd79e840
Add TDD with mutation testing (Roman & Mnich 2020) (#1)
Add a paper on TDD+M:
Roman, A., Mnich, M. Test-driven development with mutation testing – an experimental study. Software Qual J (2020)

It presents an old idea of mutation testing in a new light of extending traditional test-driven development with it. It includes results of an experiment which was conducted to check whether TDD+M is better in terms of test efficiency than traditional TDD.
2020-12-01 14:31:27 +01:00

910 B

Test-Driven Development

📜 Test-driven development with mutation testing, 2020

It presents an old idea of mutation testing in a new light of extending traditional test-driven development with it. It includes results of an experiment which was conducted to check whether TDD+M is better in terms of test efficiency than traditional TDD.

In industrial teams

Realizing quality improvement through test driven development: results and experiences of four industrial teams. This paper is important because it one of the few instances of quantitative research about TDD in industrial teams (not in controlled environments)