测试参考资料

参考资料

  • 推荐 Kent Beck 的书 Test-Driven Development: By Example ,中文版是《测试驱动开发》
    •  http://www.china-pub.com/computers/common/info.asp?id=14701
  • 免费、优秀的测试框架 *unit 系列
    • Junit http://www.junit.org Junit http://www.junit.org
    • CppUnit http://cppunit.sourceforge.net/  CppUnit http://cppunit.sourceforge.net/
  •  CppUnit  《便利的开发工具CppUnit 快速使用指南》
    • http://www.ibm.com/developerworks/cn/linux/l-cppunit/index.shtml
  • 测试模型 《This or That, V or X? 》
    •  http://www.sdbestpractices.com/documents/s=8815/sdm0208e/
    • 中文翻译见 《软件测试:不可忽略的阶段》http://developer.ccidnet.com/pub/disp/Article?columnID=291&articleID=37924&pageNO=1
    • 《软件测试:V模型,还是X模型?》http://developer.ccidnet.com/pub/disp/Article?columnID=291&articleID=37975&pageNO=1
  • 《Unit Test 研究报告》 http://blog.aspcool.com/tim/posts/349.aspx


参考:http://www.ibm.com/developerworks/cn/linux/l-tdd/

你可能感兴趣的:(测试,测试驱动开发)