Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all articles
Browse latest Browse all 12134

Unable to use local variable in web_submit_data

$
0
0

Hi all,

 

I am try to use local variable in the below web_submit_data function.

 

But when I pause and check the run time view, the SeatNumber textbox is filled with the value SeatNo, instead of 35. kindly help me in this issue.

 

LR VuGen Version = 11.51

 

int SeatNo=35;

 

web_submit_data("default.aspx",
 "Action=http://lazarus/flightnet/default.aspx",
 "Method=POST",
 "TargetFrame=",
 "RecContentType=text/html",
 "Referer=http://lazarus/flightnet/",
 "Snapshot=t7.inf",
 "Mode=HTML",
 ITEMDATA,
 "Name=SeatNumber", "Value=SeatNo", ENDITEM,
 "Name=SeatLoc", "Value=", ENDITEM,
 LAST );


Viewing all articles
Browse latest Browse all 12134

Trending Articles



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