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
In a web server, database and network are all working fine and now, where could be the problem?
What is the difference between performance testing and performance engineering?
How to identify what to correlate and what to parameterize?
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?
How to create a host list for a scenario?
How to handle the encrypted values in correlation. please send me example with explanation
Hi all, I am having an interview on LoadRunner (SAP Web Protocol). I am wondering if somebody can help me with some interview questions at a 2 yr Scriptor level. Thanks and all answers are much appreciated.
How many types of vuser are available?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
How vugen create a vuser script?
How does loadrunner execute a performance scenario?
What is parameterization?
What can I monitor with loadrunner?
What is vuser script?
Explain the difference between automatic correlation and manual correlation?