TDD研究

前端之家收集整理的这篇文章主要介绍了TDD研究前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我知道在北卡罗来纳州立大学做TDD研究.他们发表了一篇名为“ An Initial Investigation of Test Driven Development in Industry”的论文. NCSU的其他出版物可见 here.

有人可以指出我关于这个话题的其他好的出版物吗?

On the Effectiveness of the Test-First Approach to Programming,Hakan Erdogmus,Maurizio Morisio和Marco Torchiano.

尽管它涵盖了TDD的名称

抽象:

Test-Driven Development (TDD) is based
on formalizing a piece of
functionality as a test,implementing
the functionality such that the test
passes,and iterating the process.

This paper describes a controlled
experiment for evaluating an important
aspect of TDD: In TDD,programmers
write functional tests before the
corresponding implementation code. The
experiment was conducted with
undergraduate students. While the
experiment group applied a test-first
strategy,the control group applied a
more conventional development
technique,writing tests after the
implementation. Both groups followed
an incremental process,adding new
features one at a time and regression
testing them.

We found that test-first students on average wrote more tests and,in turn,students who wrote more tests tended to be more productive. We also observed that the minimum quality increased linearly with the number of programmer tests,independent of the development strategy employed.

原文链接:https://www.f2er.com/javaschema/281379.html

猜你在找的设计模式相关文章