loadrunner, Can I view the value of a web_reg_save_param during replay -


For example F10 (step by step) .. Run the script again without parameter replacements, and replay logs .

Ideally ID is to see the saved value at that point I have the parameter registered?

lr_message (); Or lr_output_message; Or (my preference) lr_debug_message (); If you want to output to log in automatically or, you can turn on advanced log items in runtime settings for variable replacement. When you turn it on, you will be shown that when the correlation value is collected and then its value is used before using it.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -