|
Action()
{
lr_rendezvous("load");
lr_start_transaction("load");
web_url("www.ttlivee.com",
"URL=http://www.ttlivee.com/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTTP",
LAST);
// lr_end_transaction("load", LR_AUTO);
1.1 结束事务加在这里?
web_concurrent_start(NULL);
web_url("link.css",
"URL=http://www.ttlivee.com/sites/default/static/css/localSeller/food/link.css",
"Resource=1",
"RecContentType=text/css",
"Referer=http://www.ttlivee.com/",
"Snapshot=t2.inf",
LAST);
web_url("b22513f543bbe3397583565c0e15d7fc.jpg",
…..
N个web_url
1.2结束事务还是这里?
return 0;
}
LoadRunner加载网站首页并发测试结束事务插入位置是哪里?
用loadrunner11自动设置事务(在Enhancements->Transactions下选择首页图片,添加事务),是添加到1.1的位置,个人觉得是加1.2的位置,但是又不确定,请指教! |
|