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 |
I need to have a price list for HP loadRunner tool (Analysis, Controller, VU generator) for different number of VU (for example 100 VU,200Vu ,500VU) for performing stress testing. and if there is any mandatory support fees or anything related. i know that companies might get discounts but i need the standard price list as i am planning to purchase the loadrunner but i need to know the price list before ,which will be very helpful if anybody can help. //Hint I need the protocol which contains Oracle web application and Siebel-web i think which is Oracle E-business protocol Thanks
What are different types of vuser logs which can be used while scripting and execution?
What is the function for capturing the streaming vedio (could be a flashplayer) in an web application using Load Runner..?
what r the client requirements? when u r running the script in Vugen?
How to identify what to correlate and what to parameterize?
Hi, I'm trying to measure page load times in a web app. How do I verify that the page I go to next is fully loaded? Do I use content verification (web_reg_find)? I am measure the time it takes for a page to load and then the user goes to another page and another and so on. I need to know how long it took for page one. How long it took for page two and so one. I'm using transactions for each page, but I want to make SURE that the page is fully resolved/loaded before the scenario goes to the next page. So, does LoadRunner automatically do this or do I have to use content verification or do I do it in some other way? Thanks, Brian
How can you test the global servers with using loadrunner
What is difference between manual scenario and goal oriented scenario?
What Component of LoadRunner would you use to play Back the script in multi user mode?
Application Description: My current Project is a .net application & has Active X components also implements AJAX technology for report generation. Flow : A report has to be generated as soon as the preferences have been selected. Issue With Web(http/html) protocol in LR 8.1.4 and LR 9.1: Replay snap shot doesn't show any screens except the login screen(junk data is displayed instead of Reports)..And the last snap shot has "session expired" messsage. Issue with Web(click and Script) Able to record and replay sometimes...but no consistentency. Couldn't execute the script in the controller due to this incosistency. Any suggestions would be really helpfull.E-mail me for any further clarifications/information.
What is the significance of “vuser-init “?
what is the function to execute batch jobs?