What is a function to capture dynamic values in the web?
Answers were Sorted based on User's Feedback
Answer / sufi
Web_reg_save_param(); This is the to capture dynamic values
in Web
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / dillesh
Web_reg_save_param()
function captured all the dinamic values in loadrunner, not
only for web application, in all most all type of
applications this function only used for capturing dinamic
values.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / masthan
we have two approaches for that to capture the dynamic values.
1) By manual corralation
most of the timeswe use to for this
Function like
web_reg_save_param("paramname",
"lb=xyz",
"rb=kil",
"ord= ",
LAST);
2) Automatic correlation.
Thanks
Is This Answer Correct ? | 1 Yes | 0 No |
Hi, I am executing a scenario for 48 hours. My controller is on remote host, so I am using RDC. After some 24 hours my remote session got terminated as it is put idle for some time. When I tried to open the result file(As it is Auto Collated and saved in the results folder), it is giving error. Is there any way that I can see the results for which the remote session is terminated? Please help in resolving this.
in general best o/s should posses max CPU utilization.but in loadrunner we consider CPU utilization exceed 70% it is a bottleneck in CPU.explain why?
4 Answers HCL, Symphony, Tata Communications,
What is the think time? What is the threshold level for think time and how can be this changed?
What is correlation? Explain the difference between automatic correlation and manual correlation?
Does any one know how to over come the problem of "monitoring the load generators over firewall". We are able to use these machines for load generation, but are not able to monitor the measurements of these machines. When tried to add these machines to the windows resources, we were getting the error "Monitor name :Windows Resources. Cannot connect to machine stresstestxp6:62043. Reason: The network path was not found." Also note that, we are able to ping/telnet the LG from the controller, but not the vice versa Is there any router settings to be made or any other configuration has to be done?
How to correlate the server side data, when u r getting more than one dynamic data which keeps on suffel during replay?
What is the use of lr_start_transition statement in loadrunner.
What is the difference between Group and Scenario in Load Runner Controller terminology?
What is use of URL Mode Recording?
where we can insert the ANALYSIS RESULTS AND RESPONSE TIMES? any document is using to store this? and sending this document to whoom?
What is Differed Bug?
Where should you add a web_reg_save_param function to a script?