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
Hi can anyone help with projects using load runner. I learnt loadrunner but don't have a hands on experience on it.. it will be very much helpful if some can help me up with a project. can email me: priya.joslic@gmail.com
What is ramp up and ramp down?
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 is the latest version and language used in load runner?
What do you mean by initialization of quota?
What is the advantage of using loadrunner?
You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
What should be done to view parameter substitution in the execution log?
how to get current system time Loadrunner function?
What are the changes that can be made to run-time settings?
What is script list?
Explain the difference between automatic correlation and manual correlation?
How do you identify which protocol to use for any application?
What are the types of checkpoints is available in loadrunner?