what is the difference between the HTML and URL based
recording in load Runner?
Answer Posted / surendra
HTML Based script :
~The script describing user actions only.
~In this each user action recorded as a separate request.
~It is a page level(UI level) recording script.
~It is a context sensitive recorded script.
~In this script URL's recorder as web_url(),Links Recorded as web_link(),images Recorded as web_image(),Form Submissions recorded as web_submit_form().
~the size is small(less lines), less customization required, less chances to get dynamic values.
~Maintenance cost is high (Rework require if Ui Changes).
URL Based Script :
~URL based script recording each resources (Html and Non Html in the page) as a separate script.
~it is a network level recorded script.
~it is a context less sensitive recorded script.
~in this Url's,links,images recorded as a web_url(),form submissions recorded as a web_submit_data().
~Size is large (More lines).
~More customization required(Chances to get more dynamic values).
~Script Maintenance cost is low( rework is not require when UI changes happen).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do you create parameter?
What are the capabilities exactly you look for while selecting the performance testing tool?
How are concurrent users differing from simultaneous users?
What do you mean by remote command launcher(rcl)?
What is the difference between overlay graph and correlate graph?
What tools are required to analyze vuser run results?
How to find get the Response time of the Online News Feeds (News headlines getting updated in every second with out any user intervention)using Load Runner ?
what are the skip functions in Load Runner?
What is lr-function?
What are the four selection methods when choosing data from a data file?
How does loadrunner execute a performance scenario?
What is loadrunner agent?
What is the difference between transaction and transaction instance in loadrunner ?
How is automated correlation configured?
What in percentile graph?