Fiddler学习基础(一)
摘要:Fiddler官方网站及下载地址:http://www.telerik.com/fiddler 1. Fiddler原理: 作为系统代理,所有的来自微软互联网服务(WinInet)的http请求再到达目标Web服务器的之前都会经过Fiddler,同样的,所有的Http响应都会在返回客户端之前流经Fi
阅读全文
posted @
2016-04-28 08:50
testhua
阅读(1993)
推荐(0)
Jmeter关于数据库的测试(mysql数据库)
摘要:添加——配置元件——JDBC Connection configuration: 配置JDBC Connection configuration: 说明: 1)Variable Name:数据库(database)连接池的名字,这个很重要,必填,JDBC Request中会用到。 2)Max Num
阅读全文
posted @
2016-04-25 17:39
testhua
阅读(4522)
推荐(0)
Jenkins+maven(testng)项目(本地项目配置)
摘要:一、前提: 1. Jenkins下载安装。 2. testng的Maven项目。 二、检测: maven项目自身配置及检测。 1. POM.XML配置文件增加: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId
阅读全文
posted @
2016-04-25 14:16
testhua
阅读(1272)
推荐(0)