In LoadRunner 11.0x Vugen; what are the Right Boundarys (RB) for the web_reg_save_param where the BR is the end of the line
Question ID: 104675
3
0

In LoadRunner 11.0x Vugen; what are the Right Boundarys (RB) for the web\\_reg\\_save\\_param where the BR is the end of the line. If there is no space or no quotes, nothing at the end of the line would it just be a carriage return and a new line like this:

…..
RB=/r/n",
LAST);

If the data to be capture is 1dfFG234-45aa3-23456 from the Http data

CustomerORDER , your order number Value= 1dfFG234-45aa3-23456

Marked as spam
Posted by (Questions: 231, Answers: 18)
Asked on November 2, 2012 4:50 pm
365 views
Answers (1)
2
Private answer

The following table indicates how to use the boundary parameters to save portions of the parameter string:

**Portion of string to save to parameter ---------------------LB ---------------------RB
**

**the entire string -------------------------------------------------empty -----------------empty **

**a string delimited by boundaries ---------------------------boundary -------------boundary **

**the beginning of a string until the first right boundary--empty ---------------- boundary
**

**the last left boundary until the end ------------------------boundary -------------empty
**

So set the ''RB='', to capture to the end of the line

web_reg_save_param(''MyOrderNumber'',
''LB=your order number is Value='',
''RB'',
LAST );

Marked as spam
Posted by (Questions: 17, Answers: 266)
Answered on November 2, 2012 5:01 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top