what is the difference between the HTML and URL based
recording in load Runner?
Answer Posted / sakthi
HTML recording mode:
web_link,web_submit_form:
* HTML recording mode this will data capture in the form of
link and also its a sensitive high recording that means each
and every request dependent to previous requests .if any
requests failed means the previous req also may fail.here
all req's dependent to each other.
URL recording mode:
Web_url,web_submit_data:
* URL recording mode will capture data in the form of names.
its not a sensitive recording,there is no dependencey to
any requests.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the four selection methods when choosing data from a data file?
What is loadrunner agent?
What do vuser_init and vuser_end action contain?
When a scenario run exactly what happened?
What is the think time? What is the threshold level for think time and how can be this changed?
What is gui vuser and on which platform it will run?
What is rendezvous graph?
What is the use lr_abort function?
How is automated correlation configured?
What is running virtual user graph?
What are the information crating for each host?
What is a ramp up and how it can be set?
You want to have each step in your script measured as a transaction in the controller and not shown in the replay log in vugen. How can you accomplish this?
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 will you divide your script into multiple actions? Why?