mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
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.
This commit is contained in:
parent
8a3c6af1ca
commit
d3cd79e840
@ -1,5 +1,8 @@
|
||||
# Test-Driven Development
|
||||
|
||||
:scroll: [Test-driven development with mutation testing, 2020](https://link.springer.com/content/pdf/10.1007/s11219-020-09534-x.pdf)
|
||||
> 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](https://github.com/tpn/pdfs/raw/master/Realizing%20Quality%20Improvement%20Through%20Test%20Driven%20Development%20-%20Results%20and%20Experiences%20of%20Four%20Industrial%20Teams%20(nagappan_tdd).pdf). This paper is important because it one of the few instances of quantitative research about TDD in industrial teams (not in controlled environments)
|
||||
|
BIN
testing/tdd/test-driven-development-with-mutation-testing.pdf
Normal file
BIN
testing/tdd/test-driven-development-with-mutation-testing.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user