What is a function to capture dynamic values in the web
vuser script?
Answers were Sorted based on User's Feedback
Answer / mahesh sv
Web_reg_save_param function saves dynamic data information
to a parameter.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / balaji
The following function is used for capturing dynamic values
in web Vuser script :
web_reg_save_param (const char *ParamName, <List of
Attributes>, LAST);
Ex:
web_reg_save_param ("Param Name","LB","RB",..., LAST);
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / subhashini
The function to capture dynamic values is:
web_reg_save_param
("pagesource", "LB/IC=", "RB/IC=", "ORD=1", LAST);
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / subhashini
The function to capture dynamic values is:
web_reg_save_param
("pagesource", "LB/IC=", "RB/IC=", "ORD=1", LAST);
Is This Answer Correct ? | 3 Yes | 0 No |
web_reg_save_param() funcion is used for capturing dyunamic
values. in this function depending on the situation we wil
use different arguments. commonly used arguments are
parameter name,leftboundary(LB=),right
boundary(RB),ord,last,notfound=warining,
after tat if the boundaries r dynamically changing then we
can use text flags,savelen,saveoffset.
text flags are nothing but ALNUM,DIG
Is This Answer Correct ? | 1 Yes | 1 No |
Which is the best institution to learn load runner in Hyderabad?
What is the rendezvous point?
How to reinstall LoadRunner without formatting the PC
What are deliverables in performance test analysis ?
)In which way we can say html recording mode is best over the URL mode to record the script in Vu gen?
Hi, How can we know that the app deployed in Weblogic Server in percentage?
In which scenario, we should use "Vuser as Process" rather than "Vuser as thread" and what is benefit in this case?
What are the differences between 9.1 and 9.5?
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 is the relation between Response Time and Throughput?
How to use the loadrunner in real time application.thank u
How can we edit the vuser script?