All about web_url and web_link in LoadRunner
Sponsored Links
Points to note with web_url and web_link:
- web_url is not a context sensitive function while web_link is a context sensitive function. Context sensitive functions describe your actions in terms of GUI objects (such as windows, lists, and buttons). Check HTML vs URL recording mode.
- If web_url statement occurs before a context sensitive statement like web_link, it should hit the server, otherwise your script will get error’ed out.
- While recording, if you switch between the actions, the first statement recorded in a given action will never be a context sensitive statement.
- The first argument of a web_link, web_url, web_image or in general web_* does not affect the script replay. For example: if your web_link statements were recorded as
web_link("Hi There", "Text=Hello, ABC", LAST);Now, when you parameterize/correlate the first argument to
web_link("{Welcome to LearnLoadRunner}", "Text=Hello, ABC", LAST);On executing the above script you won’t find the actual text of the parameter {Welcome to Learn LoadRunner} instead you will find {Welcome to Learn LoadRunner} itself in the execution log. However to show the correlated/parameterized data you can use lr_eval_string to evaluate the parameter.
Comments
3 Comments on All about web_url and web_link in LoadRunner
-
abhishek on
Thu, 18th Jun 2009 9:58 am
-
Thirumurugan on
Mon, 17th Aug 2009 6:57 pm
-
jogendra challa on
Wed, 2nd Sep 2009 5:44 pm
hi, this is isnt about you blogs but i wanted to ask you some doubts. I was recently creating analysis reports in analysis. i was checking for the components which took very long to download. i had to filter each component manually and then write it down manually. is there any way to get a dump of all the component download time?
there are many other graphs which have same probs. can you help me on that plz?
thanks,
Abhishek
Hi Abishek
You can do the Export to Excel and give a filter and the select the Transactions with higher response time.
I believe this answers you question.
Thirumurugan R
Hi,
Please let me know how to do the Error handling and debugging the scripts in the load runner
Tell me what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!
