51Testing软件测试论坛
标题:
请问下,lr_think_time(5);思考时间插入问题
[打印本页]
作者:
jingseven
时间:
2015-10-9 23:04
标题:
请问下,lr_think_time(5);思考时间插入问题
我下面的脚本是跑的通的,但我想加思考时间不知道要插入那个位置上。
Action()
{
web_custom_request("web_custom_request",
"URL=https://132.43.154.45:8044/chungyingstreet-outter-appointment/account/login",
"Method=POST",
"Resource=0",
"RecContentType=application/json",
"Referer=",
"Mode=HTTP",
"EncType=application/json",
"Body={\"password\":\"96e79218965eb72c92a549dd5a330112\",\"phone\":\"{NewParam}\"}",
LAST);
return 0;
}
作者:
jingzizx
时间:
2015-10-10 11:29
思考时间放到命令web_custom_request之前或者之后都可以
作者:
zhuruize
时间:
2015-10-10 14:26
这个是根据你业务要求定的,业务一般在前面会有停顿就加在前面,如果是在后面有停顿就加在后面
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2