What is a function to capture dynamic values in the web
vuser script?

Answers were Sorted based on User's Feedback



What is a function to capture dynamic values in the web vuser script?..

Answer / mahesh sv

Web_reg_save_param function saves dynamic data information
to a parameter.

Is This Answer Correct ?    8 Yes 0 No

What is a function to capture dynamic values in the web vuser script?..

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

What is a function to capture dynamic values in the web vuser script?..

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

What is a function to capture dynamic values in the web vuser script?..

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

What is a function to capture dynamic values in the web vuser script?..

Answer / b.g.umasankar

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

Post New Answer

More Load Runner Interview Questions

Which is the best institution to learn load runner in Hyderabad?

4 Answers  


What is the rendezvous point?

0 Answers  


How to reinstall LoadRunner without formatting the PC

1 Answers  


What are deliverables in performance test analysis ?

3 Answers  


)In which way we can say html recording mode is best over the URL mode to record the script in Vu gen?

3 Answers   EDS,


Hi, How can we know that the app deployed in Weblogic Server in percentage?

0 Answers   Symphony,


In which scenario, we should use "Vuser as Process" rather than "Vuser as thread" and what is benefit in this case?

2 Answers   Orange,


What are the differences between 9.1 and 9.5?

6 Answers   IBM,


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?

1 Answers   Microsoft,


What is the relation between Response Time and Throughput?

16 Answers   IIT,


How to use the loadrunner in real time application.thank u

1 Answers  


How can we edit the vuser script?

0 Answers  


Categories