Performance Testing and LoadRunner Quiz
Test your knowledge of performance testing concepts and LoadRunner functionality including Vusers, correlation, parameters, and run-time settings.
Questions
What is the LoadRunner term for varying values defined in a placeholder that replaces the hard-coded values?
- Variable
- Constant
- Parameter
- Correlation
Where in the Run-time settings can you define to only send messages when an error occurs?
- General: Log
- General: Run Logic
- General: Miscellaneous
- . General: Additional Attributes
Which tool is used to emulate the steps of real users?
- Analyzer
- Controller
- VuGen
- Load generator
On which platform can the Controller be installed?
- UNIX
- Linux
- Windows
- Sun Solaris
Which file type has an extension .lrr?
- Script
- Analysis
- Scenario
- Results
What is a collection of Vusers within a scenario called?
- A set
- A group
- A profile
- A scenario
The dynamically generated Values in a script during the test run can be captured using
- Variable
- Constant
- Parameter
- Correlation
One of the following commands cannot be used to check the presence of a particular response in the script:
- lr_xml_find
- lr_eval_string
- web_image_check
- web_reg_find
In order to perform a transaction across multiple Vusers simultaneously we use the followin feature
- Think time
- Rendezvous Point
- Pacing
- Run Logic
web_reg_save_param of HTTP\HTML protocol is the equivalent of which of the following commands in the web services protocol
- lr_save_string
- lr_xml_find
- lr_xml_get_values
- lr_eval_string
4.What is non-functional software testing?
- a.Unit Testing
- b.Black Box Testing
- c.Performance Testing
- d.Regression Testing
1.What is non-functional software testing?
- a.Unit Testing
- b.Black Box Testing
- c.Performance Testing
- d.Regression Testing
2.Which would not come under the various types of performance testing?
- a.Endurance Test
- b.Component Test
- c.Stress Test
- d.Baseline Test.
3.Performance Testing needs to be done on all the functional flows of the application to identify performance issues. The above statement is
- True
- False