随笔分类 -  性能测试-脚本

摘要:模拟请求前需要开发提供1、wsdl地址2、消息体3、返回值Action(){ int offset;char *checkValue="ROUTING";char *isFound;char *strResponse;char *strValue="(null)";lr_think_time(10... 阅读全文
posted @ 2015-04-17 15:53 performanceTest 阅读(1664) 评论(0) 推荐(0)
摘要:现在很多手机应用的性能测试,REST接口调用通过json格式,在用loadrunner模拟这些json请求时,需要开发提供1、供接口地址2、提交方式(get、post、put)3、消息体(消息在loadrunner里面遇到特殊字符注意使用转义)获取这些信息后就可以用loadrunner模拟请求了,d... 阅读全文
posted @ 2015-04-17 15:25 performanceTest 阅读(1815) 评论(0) 推荐(0)