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 is vugen script modified after recording?
what is remote performance monitering?
How do you identify the performance bottlenecks?
Hi, How can we know that the app deployed in Weblogic Server in percentage?
Hi, this is hari. I reciently joined in a small company on testing. there is no team for testing am only the person to do. i know manual testing, i have knowledge on QTP 8.2. I currently working on web based application. but in my company they want Load/Performance testing. plese tell me what i have to do?? i know Load runner but i have no real time exp on that! and In which areas i have to apply QTP??
Do we consider firewall in performance testing? If so where and why and what we will do with firewall in testing?
What are the types of checkpoints is available in loadrunner?
how to download pdf file in loadrunner
Where should you add a web_reg_save_param function to a script?
How did you find database related issues?
Our desired performance test application where could be installed like(web or app or db server)
If you had 6 hours of load testing to complete but the business unit wanted it turned over in 3 hours what would you tell them?