what are the type of recording modes available in LR? on
what basis we will select each?
Answer Posted / uday
1. HTML mode
2. URL mode
3. GUI mode
1. HTML mode: Each time you submit a form\page, a separate
function will be generated. The script generated in this
mode is more intuitive. This mode is best for browser
applications.
Since less code, less chances of correlation.
2. URL mode: When u submit a form\page, it generates a
separate statement for each and every resource in the
request. The code generated is cumbersome and not intuitive.
Since lot of code is generated more correlation.
This mode is best for non-browser application.
3. GUI mode: It generates scripts for each operation you
perform on any editable fields of the application.
This mode is best of non-browser based applications.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the types of checkpoints is available in loadrunner?
What is the think time? What is the threshold level for think time and how can be this changed?
What is the latest version and language used in load runner?
What is manual correlation?
What is parameterizion?
Why we insert the rendezvous point while running the scenario?
What is the difference between transaction and transaction instance in loadrunner ?
What is vuser script?
How do you load a load runner agent?
How you edit the script?
What is the rendezvous point?
What are all the components of loadrunner?
How can performance bottlenecks be identified?
Where are automatic correlation options set?
What is difference between manual scenario and goal oriented scenario?