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
What is the loadrunner start-transaction and its syntax?
What should be done to view parameter substitution in the execution log?
How can we find database related issues?
What is the load runner testing process?
What are the loadrunner testing process?
What would be your recommendation to improve performance measure?
How you identify performance test use cases of any application?
When loadrunner is used?
While scripting you created correlation rules for automatic correlation. If you want to share the correlation rules with your team member working on the same application so that he/she can use the same on his workstation, how will you do that?
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 ?
How many users can I emulate with loadrunner on a pc?
How vugen create a vuser script?
What is the purpose of selecting ‘show browser’ during replay in the general options settings?
How you edit the script?
What are the four selection methods when choosing data from a data file?