加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

TDD研究

发布时间:2020-12-13 20:26:16 所属栏目:百科 来源:网络整理
导读:我知道在北卡罗来纳州立大学做TDD研究.他们发表了一篇名为“ An Initial Investigation of Test Driven Development in Industry”的论文. NCSU的其他出版物可见 here. 有人可以指出我关于这个话题的其他好的出版物吗? On the Effectiveness of the Test-Fi
我知道在北卡罗来纳州立大学做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.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读