1.新建web(http/html)协议
2.抓取要测试的数据包
3.点击insert-new step
4.选择 web_custom_request
5
5.点击确定
6.点击运行
////////////////////////////////////
get 请求的话,loadrunner 代码里,url换成get的地址,method 换成 GET ,body内容不用写
loadrunner 做http接口测试
原文:http://www.cnblogs.com/xiaoyii/p/6696816.html