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 advantages of load runner?
What is the use lr_abort function?
What is difference between manual scenario and goal oriented scenario?
What are the types of checkpoints is available in loadrunner?
Does caching have a negative effect on your load testing results?
When the loadrunner controller open the winrunner file then what is the location of the winner configuration file?
What is scenario default?
What is a ramp up and how it can be set?
What are the process for developing a vuser script?
What is the think time?
How to handle the encrypted values in correlation. please send me example with explanation
What the host attributes determine?
Which web protocol recording level generates the web_submit_form function?
What is the load runner testing process?
when i run start senario for different process it always completed at elapsed time 6.32 sec. i don't understand why it happens.. can we set elapsed time ? plz answer.... pratik196@gmail.com