Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all articles
Browse latest Browse all 3978

Why am I getting a double web_submit_data

$
0
0

I recorded a script using the Web HTTP/HTML protocol.  The Async Scan on code generation is unchecked.  I see the second one has the EXTRARES values. However, when I tried setting up to do the resources in a separate concurrent group, still ended up with 2 web_submit_data statements.

 

web_submit_data("Login",
"Action=https://homeurl.com/home/Login",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=",
"Snapshot=t3.inf",
"Mode=HTML",
ITEMDATA,
"Name=username", "Value=userid0", ENDITEM,
"Name=password", "Value=password", ENDITEM,
"Name=login", "Value=Log In", ENDITEM,
LAST);

 

web_submit_data("Login_2",
"Action=https://homeurl.com/home/Login",
"Method=POST",
"TargetFrame=",
"RecContentType=text/html",
"Referer=",
"Snapshot=t4.inf",
"Mode=HTML",
ITEMDATA,
"Name=username", "Value=userid0", ENDITEM,
"Name=password", "Value=password", ENDITEM,
"Name=login", "Value=Log In", ENDITEM,
EXTRARES,
"Url=Resources/c19c5da16c296c371870312590d97f18/sprites.png", "Referer=https://homeurl.com/home/RoleMenu/TkMainMenu", ENDITEM,
"Url=Resources/0da8a8554984acb9dbc34b5f44283252/my-logo.png", "Referer=https://homeurl.com/home/RoleMenu/TkMainMenu", ENDITEM,
LAST);


Viewing all articles
Browse latest Browse all 3978

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>