码迷,mamicode.com
首页 > 其他好文 > 详细

软件工程 - Test-Driven Development (TDD),测试驱动开发

时间:2018-06-21 23:46:56      阅读:406      评论:0      收藏:0      [点我收藏+]

标签:evel   run   cto   tps   add   分享   eve   TE   ESS   

参考

  1. https://baike.baidu.com/item/%E6%B5%8B%E8%AF%95%E9%A9%B1%E5%8A%A8%E5%BC%80%E5%8F%91/3328831?fr=aladdin
  2. https://en.wikipedia.org/wiki/Test-driven_development
  3. https://github.com/mjhea0/flaskr-tdd

总结

先写测试,然后写程序pass掉测试,that is 测试驱动开发。

技术分享图片
TDD usually follows the "Red-Green-Refactor" cycle, as shown in the image above:

  1. Write a test
  2. Run the test (it should fail)
  3. Write just enough code for the test to pass
  4. Refactor code and retest, again and again (if necessary)

软件工程 - Test-Driven Development (TDD),测试驱动开发

标签:evel   run   cto   tps   add   分享   eve   TE   ESS   

原文地址:https://www.cnblogs.com/allen2333/p/9211314.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!