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



what are the type of recording modes available in LR? on what basis we will select each?..

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

what are the type of recording modes available in LR? on what basis we will select each?..

Answer / abdul sameer

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

Post New Answer

More Load Runner Interview Questions

what problems did you face ?

0 Answers   IBM,


What is the difference between set_window and win_activate()

1 Answers   MBT,


Recognize why and when to use verification?

1 Answers   AppLabs,


hi, which opensource tool is used for load testing. Will any one guide me for learning how to do load testing. Thanks in advance

2 Answers  


What is manual correlation?

0 Answers  






where do u use manual scenario and Goal oriened scenario ?

2 Answers  


How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?

0 Answers  


what is the exactly meening of web_reg_save_param?

5 Answers  


What component of loadrunner is used to record a script?

0 Answers  


Which web protocol recording level generates the web_submit_form function?

0 Answers  


What is the scripting language using in LoadRunner?

13 Answers   IBM, Patni, Symphony,


What is main usage and function of MI Listener? Please anyone give me a correct ans.....

2 Answers  


Categories