what is the difference between the HTML and URL based
recording in load Runner?
Answer Posted / shaswat
HTML(Context Sensitive)
is usually preferred for several reasons. One of the
reasons is because it is "context sensitive" , i.e.each
mouse click
recorded in the script is made in the context of the
previous step/page. In order to maintain context it looks
through the
previous page to make sure the current operation is
available. This adds extra overhead because it is
performed by a
background utility called the runtime parser. Although
the parser uses extra overhead, it does saves us work in
correlation and page checks. This because if a link/request
is not available, the runtime parser will see that and
throw
an error telling us that the request is not there. (The
old "Requested Form Not Found" error). URL mode, on the
other
hand does not check the context of the previous request.
It will simply make each recorded request individually
regardless
of whether the request is still available on the page or
logically follows in context. That's why URL mode requires
more in
the way of page checks and correlation.
| Is This Answer Correct ? | 18 Yes | 19 No |
Post New Answer View All Answers
How to run a scenario?
How could you measures Https/Sec ?
How to create a host list for a scenario?
When a scenario run exactly what happened?
What is the purpose of selecting ‘show browser’ during replay in the general options settings?
What are the three sections of a vuser script and what is the purpose of each one?
What is difference between manual scenario and goal oriented scenario?
Why vugen is used in lr?
What tools are required to analyze vuser run results?
what is remote performance monitering?
How many section database vuser script have?
What is the number of graphs you can monitor using controller at a time? What is the max of them?
What is run-time-setting?
Hi all, I am new to Load Runner. I have run the load runner and i got analyzed reports/graphs. But i am very much confused about how to analyze those graphs. Can any one help me out this problem?
How do you enable text and image checks in vugen?