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 should be done to view parameter substitution in the execution log?
What are the capabilities exactly you look for while selecting the performance testing tool?
What would be your recommendation to improve performance measure?
What is performance testing in loadrunner?
What is the rendezvous point?
What the host attributes determine?
What do you mean by initialization of quota?
What tools are required to analyze vuser run results?
What is ms-windows?
Which protocols are supported by loadrunner?
How to schedule a scenario?
Which are online monitors and windows resource monitors
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 develop the database vuser script?