Interview Notes Tutorials
Career Center
Interview NotesLoad Testing Interview Questions
Load Testing Interview Questions
This article provides Software Testing Interview Questions covering Load Testing questions. For more Interview Questions / Answers related to testing, click on links provided at the end of each question set.
..
Load Testing
1. What are the uses of load testing ? What is defered graphs? What are the different components in loadrunner?
2. How you analyze graphics in loadrunner? How do you work bug log?
3. How can data caching have a negative effect on load testing results?
4. What criteria would you use to select Web transactions for load testing?
5. For what purpose are virtual users created?
6. What is the difference between Load testing and Performace Testing?
7. Why do you need to parameterize fields in your virtual user script?
8. What are the reasons why parameterization is necessary when load testing the Web server and the database server?
9. Why it is recommended to add verification checks to your all your scenarios?
10. Load Testing - What should be analyzed.
11. In what situation would you want to parameterize a text verification check?
12. What usually indicates that your virtual user script has dynamic data that is dependent on you parameterized fields?
13. What are the benefits of creating multiple actions within any virtual user script?
For more Questions and Answers : Load Testing Interview Questions
Comments
QA Team said:
|
In Load Testing, the parameterization is done to perform the same scenario with different users. Example: Login into an application, Upload a photo and then log out from the application. If these actions is to be done with different users, the login(user name and password) is to be parametrized. |
