InterviewSolution
| 1. |
What Is The Difference Between Standard Log And Extended Log? |
|
Answer» The standard log: it sends a subset of functions and messages sent during script execution to a log. The subset depends on the Vuser type. Extended log: it sends a detailed script execution messages to the output log. This is mainly used during debugging when we want INFORMATION about: PARAMETER substitution. Data RETURNED by the server. Advanced TRACE. The standard log: it sends a subset of functions and messages sent during script execution to a log. The subset depends on the Vuser type. Extended log: it sends a detailed script execution messages to the output log. This is mainly used during debugging when we want information about: Parameter substitution. Data returned by the server. Advanced trace. |
|