)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 |
We use pacing to have interval between two iteration of script. Why?
How can we debug a loadrunner script?
While running a scenario in loadrunner controller,the component suddenly hangs and gets closed automatically,the results of the test is no saved and when i open the scenario now,how can i get the results back.?
what is loadrunner?
which is best institute/trainer for load runner in bangalore
What is correlation? Explain the difference between automatic correlation and manual correlation?
What are the different login options for loadrunner?
In correlation(web_reg_save_param) function,i need to display the last but one value(n-1) value if the boundary values keeps on changing. For example : At the time of recording,the n value is 3 and at the time of playback, the n value is 4. then how can i display the n-1 value
Difference b/w URL and HTML modes in LR?
whar r the benfits of Load Controlar?
What is the purpose of running the scenario?
1.What will you do if the VuGen crashes while recording a script? 2.what will you do if Controller crashes while executing a scenario?