loadrunner HI All, In below code there was one error...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

R

Rohith Kumar

Guest
HI All, In below code there was one error occurring highest level of severity for requested URL. Before the request web_submit_form("logon2_2",. Can anyone tell me how to fix that issue. US_FullCall_Login_UpdateOHB() { web_add_cookie("MSSOPCO=1; DOMAIN={URL}"); web_url("logon2", "URL=http://{URL}:8084/mssapp/logon2", "Resource=0", "RecContentType=text/html", "Referer=", "Snapshot=t1.inf", "Mode=HTML", EXTRARES, "Url=images/bg-header.png", ENDITEM, "Url=images/pilot-background.gif", ENDITEM, "Url=images/bg-footer.png", ENDITEM, "Url=../favicon.ico", "Referer=", ENDITEM, LAST); lr_think_time(7); web_submit_form("logon2_2", "Snapshot=t2.inf", ITEMDATA, "Name=interfaceId", "Value=US", ENDITEM, "Name=userid", "Value={Login_Id}", ENDITEM, "Name=password", "Value={Password}", ENDITEM, "Name=submittype", "Value=Logon", ENDITEM, EXTRARES, "Url=images/bg-header-xcl.png", ENDITEM, LAST); return 0; }