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 );