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

where do u use manual scenario and Goal oriened scenario ?

2 Answers  


How to create a host list for a scenario?

0 Answers  


What are the advantages of load runner?

0 Answers  


Can u Explain me in real time projects any frameworks follows in Loadrunner ? if Yes plz mentiond(Chandana)

4 Answers   SoftSol,


How does loadrunner execute a performance scenario?

0 Answers  


How to find response time in loadrunner?

1 Answers   TCS,


what is browser emulation in load runner

2 Answers  


what r DLL functions in loadrunner?where these present?when &why we use these?

1 Answers   Symphony,


What is correlation? Explain the difference between automatic correlation and manual correlation?

5 Answers  


Hi Friends, I have 3 years of exp.in Manual Testing.My Company is going to provide training for Automation.Pls suggest me Which tool is better QTP/Load runner for future opportunity? Thanks in Advance.

10 Answers  


What is the difference between set_window and win_activate()

1 Answers   MBT,


parameterization methods and correlation concepts

1 Answers  


Categories