软件工程师面试题

当前位置: 面试问题网 > 软件工程师面试题 > How TDD works

How TDD works

1. Write a single test
   2. Compile it. It shouldn’t compile because you’ve not written the implementation code
   3. Implement just enough code to get the test to compile
   4. Run the test and see it fail
   5. Implement just enough code to get the test to pass
   6. Run the test and see it pass
   7. Refactor for clarity and “once and only once”
   8. Repeat

【How TDD works】相关文章

1. How TDD works

2. How to spawning asynchronous work in J2EE

3. 软件测试LoadRunner面试题:How do you identify the performance bottlenecks

4. 什么是测试驱动开发(TDD)

5. 介绍JAVA 中的Collection FrameWork(及如何写自己的数据结构)

6. 软件测试LoadRunner面试题:If web server, database and Network are all fine where could be the problem?

7. C#如何调用Word并打开一个Word文档

8. ORA-01033: ORACLE initialization or shutdown in progress是什么问题

9. 软件测试LoadRunner面试题:What is think time? How do you change the threshold?

10. 关键字throw与throws的用法差异

本文来源:https://www.mianshiwenti.com/a11978.html

点击展开全部

《How TDD works》

将本文的Word文档下载到电脑,方便收藏和打印

推荐程度:

进入下载页面

﹝How TDD works﹞相关内容

「How TDD works」相关专题

其它栏目

也许您还喜欢