Interview Question : When do you disable log in Virtual User Generator, When do you choose standard and extended logs?
Answer : VuGen contains two options to help debug Vuser scripts-the Run Step by
Step command and breakpoints. The Debug settings in the Options dialog
box allow us to determine the extent of the trace to be performed
during scenario execution. The debug information is written to the
Output window. We can manually set the message class within your script
using the lr_set_debug_message function. This is useful if we want to
receive debug information about a small section of the script only.
Interview Question Category : Automated Testing
|