What r the arguments in lr_set_debug function
Answers were Sorted based on User's Feedback
Answer / abc
LR_MSG_CLASS_EXTENDED_LOG and LR_MSG_CLASS_FULL_TRACE
| Is This Answer Correct ? | 4 Yes | 0 No |
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 |
Answer / msureshkumar.muthuraj@gmail.co
The Arguments used in lr_set_debug_message are
1. LR_MSG_CLASS_EXTENDED_LOG
2. LR_MSG_CLASS_FULL_TRACE
3. LR_MSG_CLASS_PARAMETERS
4. LR_MSG_CLASS_BRIEF_LOG
5. LR_MSG_CLASS_DISABLE_LOG
6. LR_MSG_CLASS_RESULT_DATA
7. LR_SWITCH_ON and LR_SWITCH_OFF
| Is This Answer Correct ? | 2 Yes | 0 No |
what is loadrunner?
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?
Target 3000 transactions per 1hr 1 Script contain 50 transactions 1 Iteration is taking 20 seconds No.of users 10 and duration 1 hr what is pacing?
What tools are required to analyze vuser run results?
What are the loadrunner testing process?
Can anyone please mention what are the common errors that we can see while replaying the Vugen script and also while running the controller scneraio and How to handle them with a few examples. This will be greatly helpful.
Using LR recorded the HTML/HTTP Protocol Script of an application. But after record we get to know that the script is not generated. What is the Root Cause of it? Why the scripts are not recorded? Note: 1.Here the application behaves well and good 2.No issues in Protocol setup
hi, which opensource tool is used for load testing. Will any one guide me for learning how to do load testing. Thanks in advance
can u name some of the important functions in LoadRubber Scripting?
What are the different sections of the script?
which kind of database counters we use to check the performance of the software and where we can check them?
what is standalone mode running?