使用Microsoft Web Application Stress Tool对web进行压力测试 不错关于压力测试博客: http://blog.sina.com.cn/s/blog_5155e8d40100c9f5.html http://www.ltesting.net/html/14/n-18314.html Microsoft Web Application Stress Tool下载地址:http://download.csdn.net/download/cd4_5792/69748
WCF测试工具-WcfStorm WCF测试工具-WcfStorm http://www.wcfstorm.com/wcf/home.aspx WcfStorm is a dead-simple, easy-to-use test workbench for WCF Services. It supports all bindings (except webHttp) including netTcpBinding, wsHttpBinding and namedPipesBinding to
Packetdrill - A network stack testing tool developed by Google. 项目:https://code.google.com/p/packetdrill/ 本文:zhangskd @ csdn blog 简介 The packetdrill scripting tool enables quick, precise tests for entire TCP/UDP/IPv4/IPv6 network stacks, from the sys
QTP是基于GUI界面的自动化测试工具,用于系统的功能测试. QTP录制的是鼠标和键盘的消息.QTP录制回放时基于windows操作系统的消息机制.QTP在录制时监听应用程序的消息,监听到之后把消息放到容器里,而另外的监听程序则从容器中取出容器中的消息,并调用对用的API处理函数.QTP截取的是用户对应用程序的操作,即录制的是消息.对于C/S应用程序,在回放时QTP根据对象的句柄(handle)和脚本内容,调用API函数:对于B/S应用程序,在回放时基于DOM(documentobject mo