Votes
Answers
Views
Question
0
1
60
We have VuGen 12.6x installed on a Windows server 2016 machine. When we try to record our application, using the TruClient protocol, we are experiencing issue with recording. The Web HTTP/HTML protocols work fine. What could be the issue?
2
1
151
1. We are calculating page load time using this function, web_get_int_property(HTTP_INFO_DOWNLOAD_TIME); 2. Using this function we are getting page load time. But got the results as same as transaction response time. Weather this is correct or any other good way proceed, please clarify me on this. T...
7
1
118
Value of a String Variable [char *Variable] is found to be corrupted after web_reg_save function call is made. If a statement lr_output_message("Value: %s",lr_eval_string(Variable )); is written before the web_reg_save/ex code block,the actual value of the variable is printed in the output. ...