1) Lr Exit Functions:-
2) Memory Access Violation Work Arounds :-
Work Around 1:-
Step 1:- Disable the logging in our script ” Run Time Settings”
Step 2:- Copy and paste the below function in Global.H or as a separate function to write the log when ever the error occurs
Extended_Log_On()
{
unsigned int n = lr_get_debug_message();
lr_output_message(“The current level is %d”, n);
lr_set_debug_message(n, LR_SWITCH_OFF);
lr_set_debug_message(LR_MSG_CLASS_JIT_LOG_ON_ERROR, LR_SWITCH_ON);
return 0;
}
So that it will write logs when error occur
Step 3:- place this function in your Main action where ever it requires
Work Around 2:-
In Run time setting -> Preference -.> Use Winlet replay instead of Sockets( Windows only)
and the function ” web_set_max_retries (“5″);” beginning of the script.
3) Unable to record the script and if we are getting ” page cannot display ” error at the time of recording , please select the below options
Recording Options -> Port mapping -> Cpature Level-> Socket level and WinlNet Level Data , options -> TLS 1.0