2015年9月4日
摘要: 1.参数的赋值和取值lr_save_string("hello world","param");lr_eval_string("{param}");2.变量到参数int x;char *y;y="hello";x=10;lr_save_int(x,"param");lr_save_string(y,... 阅读全文
posted @ 2015-09-04 18:06 IMEIXI4EVER 阅读(1222) 评论(0) 推荐(0)
摘要: (2015-04-10 16:10:41)转载▼标签:loadrunnerjson参数化web_custom_request分类: 性能测试 请求自定义的http文件用函数:web_custom_request 这个函数。因为Json使用{}进行配对,但是Loadrunner使用{}进行参数化,... 阅读全文
posted @ 2015-09-04 14:02 IMEIXI4EVER 阅读(3147) 评论(0) 推荐(0)