Please refer my another blog which explains LR correlation via Regular Expression. Link is given below: http://perfmatrix.blogspot.in/2017/03/hp-loadrunner-correlation-web-reg-save-param-regexp.html
Hi , I am having below scenario- I am getting response from from service for e.g.- India|South Africa ... i need to pass in next request India in one iteration and South Africa in another iteration, but i m just able to caputure India using regex -> (^\w+) but unable to find for rest ones. Could yu plz help me with this and suggest me way ,to pass another value(South Africa) in next iteration. Thanks.
First thing is that RegEx parameter value is live for current iteration only. Once the iteration change RegEx parameter becomes NULL, so you can not capture the value once and then pass it in the successive iteration.
The suggested way to capture the value in each iteration.
Regarding issue in capturing the South Africa. Request you to send me full string, so that I can provide you the RegEx token.
"I very much enjoyed this article.Nice article thanks for given this information. i hope it useful to many pepole.php jobs in hyderabad.
ReplyDelete"
Thanks Raghu!
Deletedetailed explanation
ReplyDeleteThanks Ashu!
DeleteAmazingg..the way you explain all the terminologies is very easy to understand.
ReplyDeleteThanks for sharing all the information under one roof.
~Pawan
Thanks Pawan for appreciations...
DeleteHi Gagan,
ReplyDeleteIf possible could you please give any example for this correlation on LoadRunner
Hi Hitesh,
DeletePlease refer my another blog which explains LR correlation via Regular Expression. Link is given below:
http://perfmatrix.blogspot.in/2017/03/hp-loadrunner-correlation-web-reg-save-param-regexp.html
Hi ,
ReplyDeleteI am having below scenario-
I am getting response from from service for e.g.- India|South Africa ... i need to pass in next request India in one iteration and South Africa in another iteration, but i m just able to caputure India using regex -> (^\w+) but unable to find for rest ones.
Could yu plz help me with this and suggest me way ,to pass another value(South Africa) in next iteration.
Thanks.
Hi Pallawi,
DeleteFirst thing is that RegEx parameter value is live for current iteration only. Once the iteration change RegEx parameter becomes NULL, so you can not capture the value once and then pass it in the successive iteration.
The suggested way to capture the value in each iteration.
Regarding issue in capturing the South Africa. Request you to send me full string, so that I can provide you the RegEx token.
Hi
DeleteThanks for replying.
Actually i got the regex expression for that.i have used- ([^|]+).