what are the type of recording modes available in LR? on
what basis we will select each?
Answers were Sorted based on User's Feedback
Answer / 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 |
They are two types of Recording mode available in LR
1. HTML mode
2. URL mode
In HTML mode we have option like
1.web_submit_form
2. web_submit_data
Here it is always better we select web_submit_data.
In URL mode select create concurrent groups for resources
after there source HTML page.
| Is This Answer Correct ? | 2 Yes | 2 No |
how can we test clent server application and what is the preliminary requirement for load testing
Performance testing Training
How load runner interacts with the application?
differance between "lr_output_message" and "lr_error_message"?
What is the purpose of a loadrunner transaction?
Which is the best institution to learn load runner in Hyderabad?
How do you perform functional testing under load?
What is the vuser in the scenario?
how can u capture the database counters?
Why is parameterization necessary in the script?
Why do you create parameters?
How we can find Bottile neck in real time projects?