性能测试从零开始—LoadRunner入门十四[2] 性能测试工具
实例
以HTML模式录制,访问“http://newtours.demoaut.com/”网站会生成下面的脚本:
Action()
{
web_url("newtours.demoaut.com",
"URL=http://newtours.demoaut.com/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
return 0;
}
以URL模式录制同样的操作,会生成如下脚本:
Action()
{
web_url("newtours.demoaut.com",
"URL=http://newtours.demoaut.com/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTTP",
LAST);
web_url("logo.gif",
"URL=http://newtours.demoaut.com/images/nav/logo.gif",