• SPEForums need your contributions to build up a strong repository of performance engineering resources.

Hello, i am learning load runner.i will be...

  • Thread starter Practice Loadrunner
  • Start date
P

Practice Loadrunner

Guest
Hello, i am learning load runner.i will be very thankful if any one clear my doubts. 1. How to capture the dynamic value if it looks like this Ex: 13456788>>\\\>///p>
 
if i understood correctly u want to capture only the numeric values from the above response..right???
 
hi amitabh. yes i want to capture only numeric values.
 
web_reg_save_param_regexp("paramname=val1", "Regexp=(.*?)>>\\\>///p>
 
"Group=1" captures value1 into parameter "val1"
 
Similarly web_reg_save_param_regexp("paramname=val2", ...... "Group=2", ... LAST); For ur 2nd value
 
Are all numbers bounded by > that you have an interest in, or just one?
 
Back
Top