联机负载-性能测试基础
前置脚本
Action()
{
int iter_num = 0;
web_url("webtours",
"URL=http://192.168.30.131:1080/webtours",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
lr_think_time(16);
lr_start_transaction("denglu");
web_reg_find("SaveCount=denglu_count",
"Text=Welcome, <b>AP</b>",
LAST);
web_submit_data("login.pl",
"Action=http://192.168.30.131:1080/webtours/login.pl",
"Method=POST",
"TargetFrame=body",
"RecContentType=text/html",
"Referer=http://192.168.30.131:1080/webtours/nav.pl?in=home",
"Snapshot=t2.inf",
"Mode=HTML"