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

Re: Unable to use local variable in web_submit_data

$
0
0

Hi,

 

Thnak you very much for the tip. It was realyy helpful. I have a quick question. I have the web_submit_data, where I need to submit sead ids for close to 10 seats.

 

So is there a way to create an array for parameter SeatNoParameter?

 

 

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=SeatNumber01", "Value={SeatNoParameter}", ENDITEM, // 35
 "Name=SeatLoc01", "Value=", ENDITEM,
 "Name=SeatNumber02", "Value=36", ENDITEM,
 "Name=SeatLoc02", "Value=", ENDITEM,

 "Name=SeatNumber03", "Value=37", ENDITEM,
 "Name=SeatLoc03", "Value=", ENDITEM,

.

.

.

.

 "Name=SeatNumber10", "Value=44", ENDITEM,
 "Name=SeatLoc10", "Value=", ENDITEM,

LAST );


Viewing all articles
Browse latest Browse all 12134

Trending Articles