What r the arguments in lr_set_debug function
Answer Posted / abdul sameer
If we are looking for some details reports of an error then
we need to use lr_set_debug syntax. what happens is when we
use this is that it gets the certain portion of the log
generation when an error comes up. Here when we are
specifying the syntax we need to specify which portion of
log to be generated like FULL TRACE,Parametarization,
Extended log,RESULTDATA.
lr_set_debug_Message(LR_MSG_EXTENDEDLOG|LR_MSG_CLASS_PARAM|LR_MSG_FULLTRACE|LR_MSG_CLASS_RESULT_DATA,LR_SWITCH_ON);
THIS IS AN IMPORTANT FUNCTION
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?
How to schedule a scenario?
What are the four selection methods when choosing data from a data file?
How many users can I emulate with loadrunner on a pc?
When a scenario run exactly what happened?
What is report header and what are the information contains?
What is scenario default?
What is the loadrunner end transaction and its syntax?
What is extended log?
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?
How can we recording vuser scripts using vugen?
How does caching affect performance testing results?
How you develop the database vuser script?
what are the skip functions in Load Runner?