)In which way we can say html recording mode is best over
the URL mode to record the script in Vu gen?
Answers were Sorted based on User's Feedback
Answer / narayana
if the application is in development environment html mode is recommended, otherwise url mode will be good,
ex:there is a link with some url
if u change that url still html mode will work bcoz it will not record that url it will record that link name
if it is url mode it will not work because it will record the url of that link.
ok bye
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ananya
//html mode allows you to record explicit urls for each action and the image files, css files mmay come under extrarares or may not be recorded based on advance option you choose, but URL mode records in an out of every small html and non html actions as separate request ,s o your script is lengthierand clumsy, though its very good for debugging as sometimes some requests are not captured in HTML mode but in URL mode.
But for a user friendly and cleaner script , html mode is preferred.
| Is This Answer Correct ? | 1 Yes | 0 No |
IN HTML recording mode the execution will be fast..as all
the server responses will not be captured in the script.
In URL all the server responses will be captured in the
script and hence the execution will be slow
| Is This Answer Correct ? | 2 Yes | 5 No |
How to execute set of multiple SQL queries in Load Runner? Which component in LR would be used to run the SQL Queries?
Difference b/w URL and HTML modes in LR?
Why should we consider 90 percentile graph in the Lr report? Why Not 80 graph?
If you want to stop the execution of your script on error, how do you do that?
How to find response time in loadrunner?
What r the rules to apply to select correlated values in project?(Chandana)
What is the difference between Group and Scenario in Load Runner Controller terminology?
How does loadrunner execute a performance scenario?
How load runner interacts with the application?
What is the load runner testing process?
How can performance bottlenecks be identified?
If a Page is having 5 Links and there are 5 users and each user is clicking on one link. How can we achieve it in Loadrunner.