How do you debug a LoadRunner script?VuGen has options to debut the scripts – the Run Step by Step command and the breakpoints. The Debug settings in the options dialog box allow determining the extent in order to trace the performance during scenario execution. The information of debugging is written to the output window. The message class can be set manually within the script by using ‘lr_set_debut_message’ function.How do you debug a LoadRunner script?Virtual user generator allows two methods to debug a script:
- Breakpoints - Step by step command
The debug information which is written on the output can be controlled using the debug settings. These settings control the extent of trace of a particular scenario. If debug information for a small section of script is desired, lr_set_debug_message function can be manually set.
|