InterviewSolution
| 1. |
What Is The Difference Between Recording Log, Generation Log, Replay Log ? |
|
Answer» Recording Log: A Network ANALYZER would analyze the communication happing at network level and logs the events. GENERATION Log: Logs the events happening while generating the Vuser SCRIPT after recording. REPLAY Log: Records the events of happening when executed a function in the script. Will be LOGGED at each line level of the script. Recording Log: A Network Analyzer would analyze the communication happing at network level and logs the events. Generation Log: Logs the events happening while generating the Vuser script after recording. Replay Log: Records the events of happening when executed a function in the script. Will be logged at each line level of the script. |
|