LoadRunner Performance Testing
Test your knowledge of LoadRunner, including scripting with VuGen, correlation techniques, run-time settings, protocol support, and the LoadRunner architecture (Controller, Generator, Analyzer).
Questions
Scripts are created using
- VuGen
- Controller
- Analyzer
- Generator
Which is the central console from which Load test is managed?
- Analyzer
- VuGen
- Controller
- Generator
Run Results are created in
- controller
- generator
- analyzer
- None of the above
Which of the following creates the load
- Analyser
- Controller
- Generator
- None of the above
Which of the following is not a performance testing tool?
- Load runner
- J Meter
- QTP
- Rad view webload
Which protocol is used for Mainframe applications?
- HTTP
- RTE
- RMI
- NONE OF THE ABOVE
Which of the following is a disadvantage in Load runner?
- Does not support XML
- Does not support middle ware protocols
- License is expensive
- All of the above
What is the recommended Logging Run-time setting when playing back a script prior to manual correlation?
- Standard
- Disable Logging
- Extended -> Parameter Substitution
- Extended -> Data Returned by Server
What will happen when you set the animated run delay to 5,000 milliseconds?
- When replaying the script, the Run-time Viewer will pause for 5 seconds when an error has occurred.
- When replaying the script, the Replay Log will only display the last 5 seconds of logging information.
- . When the script is replayed, the Run-time Viewer will display 5 seconds behind the current line being executed.
- When replaying the script, a line will execute, pause for 5 seconds, execute the next line of code, pause for 5 seconds, and so on.
What must you do before attempting to automatically correlate after recording?
- . Enable the Auto Correlation feature
- Play back the script at least one time
- Ensure the snapshots are visible in the Tree view
- Add the web_auto_correlation function to the global.h section
You want to loop through a block of code 10 times using the for loop. What would accomplish this?
- For (i = 0; i < 10; i--)
- For (i = 1; i < 10; i--)
- For (i = 1; i < 10; i++)
- For (i = 1; i <= 10; i++)
parameter type will always have the value of one when replayed in VuGen?
- Vuser ID
- Group Name
- Iteration Number
- Random Number
Which function allows you to select the next available parameter?
- lr_next_value
- web_next_param
- lr_advance_param
- web_advance_parameter
Which web protocol recording level always generates the web_submit_data function?
- ICA
- URL
- RDP
- HTML
You want to emulate a call center for an airline. All representatives login in the morning, perform their business processes, and log out at night. In one day, a representative will Create 40 flight reservations, Modify 10 flight reservations, and Search for 20 flight reservations. A representative cannot perform a Modify without performing a Search first. Which run logic would satisfy the load testing goal?
- Create - 67% Search - 16% Block0 - 17% Search Modify
- Create - 57% Search - 29% Block0 - 14% Search Modify
- Create - 57% Search - 29% Modify - 14%
- Create - 67% Search - 16% Modify - 17%
Which function allows you to capture dynamic values returned from the server?
- web_reg_find
- web_reg_save_find
- web_reg_save_value
- web_reg_save_param
Which keyword is a conditional statement?
- If
- For
- Do
- While
When modifying the Properties for a Block in the Run-time settings? Run Logic, which Run Logic options are available
- File
- Unique
- Random
- Sequential
You want to have your script define a different e-mail address to each user during a registration process for an e-commerce site, using the following format: [email protected]. Your script will execute a maximum of 50 iterations. How can this be accomplished?
- Define a file parameter, start at 1, block size per Vuser: 50, number format: testing%[email protected]
- Define a unique number parameter, start at 1, block size per Vuser: 50, number format: Testing%[email protected]
- Define a random number parameter, minimum number: 1, maximum number: 99999, number format: testing%[email protected]
- Define a sequential number parameter, minimum number: 1, maximum number 999, number format: testing%[email protected]
When performing a manual correlation, where do you search for the dynamic value?
- Script view
- Recording Log
- Tree view -> Client Request
- Tree view -> Server Response