列表格式为:图书分类、中文书名、英文书名、作者。排名不分先后,用红色标记出我推荐的书籍。 测试入门 软件测试(第2版) Software Testing (2e), Ron Patton 一本测试入门的好书,较全面地介绍了各种测试领域和方...
分类:
其他好文 时间:
2015-04-09 21:30:12
阅读次数:
138
CSDN 真是常年四季挂阿 还是转CNBlogs了第一篇填个Helloworld类似的东西填坑把#include#includeint main(){ printf("Testing.\n");return 0;}差不多一个意思
分类:
编程语言 时间:
2015-04-09 13:28:30
阅读次数:
134
目录和文件的相关操作- 前一个工作目录~代表目前用户身份所在的home目录mkdir -p /home/bird/testing 各个目录一次建立起来rmdir test 删除空目录rmdir -r test 删除目录中有的文件或目录/非空目录cp 复制目录或者文件cp ./a ./tmp/bb.....
分类:
系统相关 时间:
2015-04-02 22:12:22
阅读次数:
147
数据产品测试与其他产品的不同之处: 根据精确、及时的数据分析,用户做出决策; 整合、频繁的检索数据大于存储; 数据需要及时、准确; 需要维护大量的历史数据; 检索的性能; 数据的安全性。 数据产品测试的阻碍: 性能问题、过期数据、功能问题、可扩展问题; 业务主要关注end reports;很多整合实...
分类:
移动开发 时间:
2015-04-02 18:10:59
阅读次数:
198
Google Testing Blog最近发表了一篇Android UI Automated Testing,我把他转载过来,墙外地址:http://googletesting.blogspot.com/2015/03/android-ui-automated-testing.html译文见这里:h...
分类:
移动开发 时间:
2015-04-02 13:04:44
阅读次数:
198
转:http://www.blueowls.net/android-strictmode%E4%BB%8B%E7%BB%8D//** * enables "strict mode" for testing - should NEVER be used in release builds ...
分类:
移动开发 时间:
2015-04-01 19:17:38
阅读次数:
205
ab 的全称是 ApacheBench , 是 Apache 附带的一个小工具 , 专门用于 HTTP Server 的 benchmark testing , 可以同时模拟多个并发请求。前段时间看到公司的开发人员也在用它作一些测试,看起来也不错,很简单,也...
分类:
Web程序 时间:
2015-03-30 11:33:12
阅读次数:
131
If you are running locally and do not have a domain to map, you can edit your\Windows\System32\drivers\etc\hosts file to create a sample host. If you ...
分类:
系统相关 时间:
2015-03-30 10:54:26
阅读次数:
165
目标程序较上次增加两个相同的输入框使用方法介绍因果图法在Introduction to Software Testing by Paul一书中,将软件测试的覆盖标准划分为四类,logical expressions,syntactic descriptions,graphs,input domain...
分类:
其他好文 时间:
2015-03-29 16:21:53
阅读次数:
201
I try to do a testing for HashTable Sychronized behavior today.As an Sychronized Object, HashTable already an Sychronized at put and get function. I w...
分类:
编程语言 时间:
2015-03-22 06:53:36
阅读次数:
150