🎴 Flashcard Mode

Documentum Webtop LoadRunner Testing

Card1 / 20
Mastered0
Review0
QuestionClick to flip

While analyzing the Vuser log files from a scenario run, you see the following log file from one of the Vusers. Start auto log message stack - Iteration 1. Starting action BookFlight. BookFlight-c(5): Notify: Transaction WT_00_Home_Page started. BookFlight.c(7): Error -27796: Failed to connect to server 27.0.0.1:1080 [10061] End auto log message stack. What was the Log Settings.

AnswerClick to flip back
A
Send message only when an error occurs
💡 Explanation:

The log shows a connection error message (-27796) but doesn't display routine log entries that would appear with Standard or Extended logging. 'Send message only when an error occurs' setting suppresses normal output and only captures errors or warnings. Standard logging shows basic script flow, Extended shows detailed parameter data, and 'Always send' generates verbose output for all actions.

Change Mode