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 to get the intermediate results from Controller, for example, when a 10 hours execution is going on in Controller, before the execution is completed how we can get the results at some 5 hours. Is it possible? (Not through graphs)
When the rendezvous point is insert?
Case1: recording script, Login in Vuserinit,Body in Action and Logout in Vuserend. Case2: recording Login,Body and Logout in Action itself. Run both the scripts. What are the difference u will find? Is there any difference?
What the vuser script contain?
I need to perform a 4hr test run in performance center 9.0 there i need to rampup 10 users after 1 hour. I selected the run tab and added users to down state -> Ready state-> initialise-> Run state. 10 users ramped up successfully for the next 1 iteration only after that the 10 users automatically goes to the stop status. But i want the ramped up users to be carried out for the next 3 hours. Please help me out how to do the rampup successfully for the remaining time period.
How you develop the database vuser script?
How do you decide the number of load generator machine required to run a test?
what is the differance between standard log and extended log?
I want step by step guidelines on loadrunner.i think it will be a great.please can any one help me.
What is the latest version and language used in load runner?
can u name some of the important functions in LoadRubber Scripting?
What is the difference between HTTP and HTTPS.in Load Runner. And how will u know(Client)ur using HTTP or HTTPS.? Any one can justify?