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 do you correlate a dynamic value which does not have either Left Boundary or Right Boundary (or may be Both).
What is report viewer?
What are the Web Stress Tools are commonly used these days? Please advise.
What do you mean by initialization of quota?
How can we find database related issues?
How will you call a different vuser script from another vuser script? Note: Former vuser script is already created and needs to be called as the first thing before other code in second vuser script is executed.
What are the documents your using ,and how your distibute the users
how to write scenarios using loadrunner in real time application. plz give me an example
How can we debug a loadrunner script?
When loadrunner is used?
What is The Main Difference Between Http and Https
Why we insert the rendezvous point while running the scenario?