What is the difference between lr_error_message and lr_debug _message?1. The lr_debug_message sends a debugging message to the console window of Load Runner Controller
2. The lr_error_message sends an error message to the console window of Load Runner Controller
3. lr_error_message occurs when there is an error in the code of the application. On the other hand lr_debug _message occurs when there is a flaw in the functionality of the program. lr_error_message throws an error message in LoadRunner while lr_debug _message throws a debug message in Load runner.
|