软件工程师面试题

当前位置: 面试问题网 > 软件工程师面试题 > 测试驱动开发的主要步骤是什么

测试驱动开发的主要步骤是什么

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

【测试驱动开发的主要步骤是什么】相关文章

1. 测试驱动开发的主要步骤是什么

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

3. 敏捷开发的主要原则都有哪些

4. TCP协议通讯的过程和步骤是什么

5. Linux开机引导的步骤是什么

6. STP协议的主要用途是什么?为什么要用STP

7. spring的配置的主要标签是什么?有什么作用?

8. 职业道德的主要内容是什么

9. 你择业考虑的主要问题是什么?

10. HttpServlet类中的主要方法都有哪些?各自的作用是什么?

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

点击展开全部

《测试驱动开发的主要步骤是什么》

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

推荐程度:

进入下载页面

﹝测试驱动开发的主要步骤是什么﹞相关内容

「测试驱动开发的主要步骤是什么」相关专题

其它栏目

也许您还喜欢