Explain the recording mode for web Vuser script?
Answer Posted / pravash0000@gmail.com
2 recording mode is available in loadrunner.
1.html mode
2.url mode
html mode is a context base recording mode .it is also depend upon ui.when some unrecognized data is not coming in that mode we can write the function web_custom function.
it is less script code.executive time very fast.response time very fast.
url mode is the context less recording mode .it doesnot depend the ui.
scipt code is very high.response time also less the hml mode.here by default web_custom _function is available.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How you develop the database vuser script?
What is wasted time in vugen replay log?
What is the difference between overlay graph and correlate graph?
How you edit the script?
What do vuser_init and vuser_end action contain?
What is parameterization & why is parameterization necessary in the script?
How can we debug a loadrunner script?
What is think time?
How to create a scenario?
How will you divide your script into multiple actions? Why?
What are different types of vuser logs which can be used while scripting and execution?
How can we invoke a parellel process in load runner using C or perl language?
How is each step validated in the script?
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?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?