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
一:环境1.Mac OS X 10.9.12.Xcod 5.0.23.Appium 1.3.6下载地址:https://bitbucket.org/appium/appium.app/downloads/appium-1.3.6.dmg4.adt-bundle-mac-x86_64-20140702...
分类:
移动开发 时间:
2015-03-20 14:24:54
阅读次数:
242
writing_first_django_app_part5Automated Testing解决问题一个很好的方法是首先描述这个问题,然后写出代码来实现它。但是很多人习惯先写好代码然后再进行调试找问题。也许在写代码之前先写好一些测试会是更好的选择。A little bug前面在我们的Questio...
分类:
其他好文 时间:
2015-03-20 10:44:07
阅读次数:
147
原版地址:http://docs.angularjs.org/guide/dev_guide.e2e-testing 当一个应用的复杂度、大小在增加时,使得依靠人工去测试新特性的可靠性、抓Bug和回归测试是不切实际的。 为了解决这个问题,我们建立了Angular Scenario Runner,.....
分类:
Web程序 时间:
2015-03-19 14:41:23
阅读次数:
222
本文撰写于2015/3/13。主页:http://www.cnblogs.com/game-testing/Eclipse下搭建安卓开发环境写在前边的话:安卓开发环境多种多样,没有什么优劣可言,习惯的就是最好的。本文采用Eclipse+ADT+SDK的方式搭建安卓开发环境,同时也方便用于roboti...
分类:
移动开发 时间:
2015-03-17 17:32:42
阅读次数:
152
Software Testing_1b-rev page17Exercise#1代码内容:#include int main(void){ char buff[10]; memset(buff,0,sizeof(buff)); gets(buff); printf(...
分类:
其他好文 时间:
2015-03-14 19:52:50
阅读次数:
108
apachebench的简单使用 2013-03-08 15:48:47分类: LINUX ApacheBench是 Apache 附带的一个小工具,专门用于 HTTP Server 的benchmark testing,可以同时模拟多个并发请求。 需要针对web做压力测试,所以简单学习了一下,并做...
分类:
Web程序 时间:
2015-03-12 14:38:07
阅读次数:
151