How to convert %3ERETAIL%20BANKING value to RETAIL BANKING?? Note:...

  • Thread starter Vijay Kumar Reddy
  • Start date
  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

V

Vijay Kumar Reddy

Guest
How to convert %3ERETAIL%20BANKING value to RETAIL BANKING?? Note: Actually I have selected value from the drop down button say RETAIL BANKING and it has been generated like %3ERETAL%20BANKING in my script. Can any one help me out on this soon as possible???
 
Use web_convert_param function and convert from url mode to plain
 
Hi Ravi thanks for your quick replay..will it work if we use URL to HTML??
 
Try url to html as well and print the value lr_output_message and see if conversion is working as expected
 
Just a quick thought ... URL to HTML will give you + , but if your intension is to parameterize the value you could create a data file with all the possible combination and keeping the % intact ... And if you are planning for correlation then tokenisation should be the way .. Correct me if I am wrong though
 
use savelength for Retailbanking..and give saveoffset for remaining letters..
 
U can use parameterisation concept and use external javascript funstion (web_js_run) to change the format and get the output with what you need and then replace the values.