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 could you measures Https/Sec ?
How are concurrent users differing from simultaneous users?
What is the purpose of an extended log?
What is remote command launcher?
What are all the components of loadrunner?
How will you stop the execution of a script on error?
What are the different components of loadrunner?
What are the types of checkpoints is available in loadrunner?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
What are the changes that can be made to run-time settings?
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?
How to record the desktop application in Loadrunner 12.53 version 64 bit window.
How can we perform functional testing under load?
What is scenario default?
What is Standard deviation? How it will use in Lr?