如何设计编写测试用例
2021-01-28 02:01:25 760KB 软件测试 软件开发
1
计算机软件工程期末复习题
2021-01-28 02:01:14 4.52MB 软件测试 软件开发
1
测试驱动开发》(中文版)设想把编程看成是转动曲柄从井里提一桶水上来的过程。如果水桶比较小,那么仅需一个能自由转动的曲柄就可以了。如果水桶比较大而且装满水,那么还没等水桶全部被提上来你就会很累了。你需要一个防倒转的装置,以保证每转一次可以休息一会儿。水桶越重,防倒转的棘齿相距越近。测试驱动开发中的测试程序就是防倒转装置上的棘齿。一旦我们的某个测试程序能工作了,你就知道,它从现在开始并且以后永远都可以工作了。相比于测试程序没有通过,你距离让所有的测试程序都工作又近了一步。现在我们的工作是让下一个测试程序工作,然后再下一个,就这样一直进行。分析表明,要编程解决的问题越难,每次测试所覆盖的范围就应该越小。
2020-03-31 03:03:10 35.27MB 测试驱动开发 带书签 完整中文版
1
要使测试驱动开发在软件行业中得以繁荣兴盛,需要一些条件,《C#测试驱动开发》从讨论这些条件开始。软件开发发展到今天,有其历史和特定的条件,理解这些很重要。避免重复过去的错误也很重要。在自己当前的开发实践中找出这些反面模式则更为重要。 第Ⅰ部分 入门 第1章 通向测试驱动开发之路 第2章 单元测试简介 第3章 重构速览 第4章 测试驱动开发:以测试为指南 第5章 模拟外部资源 第Ⅱ部分 将基础知识变为行动 第6章 启动示例应用程序 第7章 实现第一个用户情景 第8章 集成测试 第Ⅲ部分 TDD方案 第9章 Web上的TDD 第10章 测试WCF服务 第11章 测试WPF和Silvedight应用程序 第Ⅳ部分 需求和工具 第12章 应对缺陷和新的需求 第13章 有关优秀工具的争论 第14章 结论 附录 ATDD Katas
2020-03-15 03:14:35 3.01MB C# 测试 单元测试 集成测试
1
测试驱动开发Test-Driven+Development+By+Example,TDD 其中的chm包含java Code极为方便理解!吐血推荐!里面有两个文件一个是中文版的,一个是英文版的!
1
MTSC2019中国移动互联网测试开发大会内容ppt,已转pdf格式
2020-01-03 11:35:03 158.16MB MTSC 测试 自动化测试 测试开发
1
测试驱动开发实用指南__(美)David Astels著;崔凯译_北京:中国电力出版社_P478_2004.09_11289415
2019-12-21 22:21:59 28.33MB 测试驱动开发 PDF 带书签目录 完整
1
该资源包含了spring整合单元测试Junit开发包spring-test-4.2.4.RELEASE.jar
2019-12-21 21:59:20 478KB spring Junit
1
以VT硬件系统为基础搭建自动化测试平台,通过CANoe软件编写自动化运行脚本,实现汽车ECU的通信诊断和功能的自动化测试
2019-12-21 21:44:48 19.31MB CAN 自动化测试
1
Test-Driven Development with Python, 2nd Edition English | 2017 | ISBN-10: 1491958707 | 592 pages | PDF,MOBI,EPUB (conv) | 8.59 Mb By taking you through the development of a real web application from beginning to end, the updated second edition of this hands-on guide demonstrates the practical advantages of test-driven development (TDD) with Python. You’ll learn how to write and run tests before building each part of your app, and then develop the minimum amount of code required to pass those tests. The result? Clean code that works. Author Harry J.W. Percival uses a concrete example—the development of a web site, from scratch—to teach TDD methodology and how it applies to web programming, from the basics of database integration and Javascript to more advanced topics such as mocking, Ajax, and REST APIs. It's ideal for relative newcomers and self-taught web developers looking to take their skills to the next level with a more structured approach.
2019-12-21 21:26:47 8.59MB Python TDD 测试驱动开发
1