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

Re: LR 12 web_reg_save_param_regexp help required

$
0
0

4. if no, you can try capturing the value earlier and replacing value in the latest request. like below,

 

web_reg_save_param("Param",

                                           "LB=Name":"{Test}","PensionPlan":"{Test1}","RemittanceStatus":",

                                            "RB=,",

                                            LAST);

 

you hit the nail right on the head. thanks for this. i haven't thought of that. it works. 

 

Appreciate the help!


Viewing all articles
Browse latest Browse all 12134

Trending Articles