can u name some of the important functions in LoadRubber
Scripting?
Answer Posted / srinivas
web_reg_save_param()<Correlation with its various arguments>
lr_start_transaction()<labelling transactions>
web_custom_submit()<in case of testing any xml requests,
that you amy want to create and test>
atoi()<alpha to integer conversion for making a 0~9 type of
strings effective for use just after correlation because
correlation captures every thing as a string.
sprintf()< to create a charqacter array out of a string,
useful when attaching or augmenting a character array with
some random data returned from server. Generally found
significant immediately after correlations>
lr_whoami()<to generate a unique identifing number for any
vuser in a scenario in Controller>
There would be many more. These are generally used
irrespective of protocol you are using
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is loadrunner api function?
What is the difference between web_reg_find and web_find?
What are the element in the loadrunner controller?
How do you identify which protocol to use for any application?
What is the think time?
How many types of vuser are available?
What is the difference between lr_error_message and lr_debug _message?
What is difference between manual scenario and goal oriented scenario?
How you identify performance test use cases of any application?
How can we edit the vuser script?
What is parameterizion?
You want to have each step in your script measured as a transaction in the controller and not shown in the replay log in vugen. How can you accomplish this?
Hi all, I am having an interview on LoadRunner (SAP Web Protocol). I am wondering if somebody can help me with some interview questions at a 2 yr Scriptor level. Thanks and all answers are much appreciated.
What are the information crating for each host?
How do you identify which values need to be correlated in the script? Give an example.