Write a simple c code in loadrunner -


i received string "zxm6dgm6u0fntdoylja6
chjvd+jwvc2ftbha6umvzcg9uc2u+" server response wish convert "zxm6dgm6u0fntdoylja6&%0d%0achjvd%2bjwvc2ftbha6umvzcg9uc2u%2b" format. find difficult hence seeking help.

br, ak

i able solve using inbuilt function in loadrunner itself.

here code used:

lr_save_string("zxm6dgm6u0fntdoylja6
chjvd+jwvc2ftbha6umvzcg9uc2u+", "html_text"); web_convert_param("html_text", "sourceencoding=html",  "targetencoding=url", last ); lr_output_message("converted result: %s", lr_eval_string("{html_text}")); 

Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -