what is the difference between the HTML and URL based
recording in load Runner?
Answer Posted / maheshwar
HTML based recording:
1.It will capture only HTML based resources.
2.URLs are developed based on each action performed by the
user.
3.Resource=0 for all the URLs generated under HTML based
recording
4.Functions developed under this are
i.web_url
ii.web_link
iii.web_submit_data
iv.web_submit_form
URL based recording:
1.It will capture all the Non-HTML bases resources in the
application i.e, Jpeg,bitmap etc
2.URLs are developed based on the steps performed by the
user.
3.Resource=1 for all the URLs in the developed script.
Note:Resource=0 is also some times being displayed in the
script
4.Functions developed under this are
i.web_url
ii.web_submit_data
iii.web_concurrent_start
iv.web_concurrent_end
| Is This Answer Correct ? | 34 Yes | 3 No |
Post New Answer View All Answers
Which function is used to end a nested transaction?
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?
How many types of graphs are available in loadrunner?
When you initialize the vuser what happen?
How to record the desktop application in Loadrunner 12.53 version 64 bit window.
You have created several auto-correlation rules. A new tester on your team is preparing to record a group of scripts on the same application on his workstation. What can you do to provide the tester with the correlation rules?
What are all the types of goals in goal-oriented scenario of load runner?
What are the four selection methods when choosing data from a data file?
What is x-windows?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
What is rendezvous graph?
How can we recording vuser scripts using vugen?
When loadrunner is used?
What is the difference between web_reg_find and web_find?
What is parameterization?