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

How do you measure the current VUsers in LoadRunner?

0 Answers   Allianz,


What is the purpose of an extended log?

0 Answers  


What are different types of vuser logs which can be used while scripting and execution? What is the difference between these logs? When you disable logging?

0 Answers  


What is vuser script?

0 Answers  


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

1 Answers  






In a web server, database and network are all working fine and now, where could be the problem?

0 Answers  


When will u do Lad Testing,Stress Testing, Spike Testing and scalability Testing?

1 Answers   TCS,


What is think time?

0 Answers  


What is mean by Soak testing in Load runner?

5 Answers   TCS, Wipro,


Suppose you are not using Web server (But using Application Server and DB server). Then what are the graphs available in LoadRunner?

0 Answers  


how memory will be used in the JVM.With think time .what is necessary of the think time in loadrunner

1 Answers   HCL,


What are the element in the loadrunner controller?

0 Answers  


Categories