-1

I want to capture Status id which gives success payment message, which was generating under body of response. please find the replay response below

****** Response Body For Transaction With Id 1141 ****** {"id":"ABK20170717000000008527","status":"SUCCESS"}
$$$$$$ Response Body For Transaction With Id 1141 Ended $$$$$$

I don't want to capture server generated Id shown above which was not hard coded in my script. thought of using lr_eval_string_ext() function but didn't get much info how I have to use. Thanks in advance..

ɢʀᴜɴᴛ
  • 32,025
  • 15
  • 116
  • 110
Naga
  • 1
  • 1
  • Hello and welcome to Stack Overflow, please take a time to go through the [welcome tour](https://stackoverflow.com/tour) to know your way around here (and also to earn your first badge), read how to create a [mcve] example and also check [ask] so you increase your chances to get feedback and useful answers. – garfbradaz Jul 21 '17 at 19:17

1 Answers1

0

see web_reg_save_param_ex()

LB={\"id\":\" 
RB=\",

Covered in Training for LoadRunner and in the online tutorials

James Pulley
  • 5,606
  • 1
  • 14
  • 14