软件工程师面试题

当前位置: 面试问题网 > 软件工程师面试题 > 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文档下载到电脑,方便收藏和打印

推荐程度:

进入下载页面
上一篇:什么是SCM(软件配置管理) 下一篇:恒华伟业笔试面试题

﹝How TDD works﹞相关内容

「How TDD works」相关专题

test
复制网址 收藏网址 分享到微信 分享到微博 分享到QQ

其它栏目

软件工程师面试题 软件测试面试题 网络管理员面试题 java面试题 .NET面试题 PHP面试题 C#面试题 C++面试题 Delphi面试题 Ruby面试题 Python面试题 Javascript面试题 android面试题 iOS面试题 jQuery面试题 Linux/Unix面试题 DBA面试题

也许您还喜欢