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
How are concurrent users differing from simultaneous users?
What is a ramp up and how it can be set?
What is the vuser in the scenario?
What is the threshold level for think time and how can be this changed?
What do you mean by remote command launcher(rcl)?
What are the information crating for each host?
What is extended log?
How will you stop the execution of a script on error?
What is x-windows?
What is transaction performance graph?
Where are automatic correlation options set?
How many types of vuser are available?
While scripting you created correlation rules for automatic correlation. If you want to share the correlation rules with your team member working on the same application so that he/she can use the same on his workstation, how will you do that?
What type of function generate and insert by the vugen to the script when you record a script?
What is transaction per second graph(pass)?