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).

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Scripts are created using

  1. VuGen
  2. Controller
  3. Analyzer
  4. Generator
Question 2 Multiple Choice (Single Answer)

Which is the central console from which Load test is managed?

  1. Analyzer
  2. VuGen
  3. Controller
  4. Generator
Question 3 Multiple Choice (Single Answer)

Run Results are created in

  1. controller
  2. generator
  3. analyzer
  4. None of the above
Question 4 Multiple Choice (Single Answer)

Which of the following creates the load

  1. Analyser
  2. Controller
  3. Generator
  4. None of the above
Question 5 Multiple Choice (Single Answer)

Which of the following is not a performance testing tool?

  1. Load runner
  2. J Meter
  3. QTP
  4. Rad view webload
Question 6 Multiple Choice (Single Answer)

Which protocol is used for Mainframe applications?

  1. HTTP
  2. RTE
  3. RMI
  4. NONE OF THE ABOVE
Question 7 Multiple Choice (Single Answer)

Which of the following is a disadvantage in Load runner?

  1. Does not support XML
  2. Does not support middle ware protocols
  3. License is expensive
  4. All of the above
Question 8 Multiple Choice (Single Answer)

What is the recommended Logging Run-time setting when playing back a script prior to manual correlation?

  1. Standard
  2. Disable Logging
  3. Extended -> Parameter Substitution
  4. Extended -> Data Returned by Server
Question 9 Multiple Choice (Single Answer)

What will happen when you set the animated run delay to 5,000 milliseconds?

  1. When replaying the script, the Run-time Viewer will pause for 5 seconds when an error has occurred.
  2. When replaying the script, the Replay Log will only display the last 5 seconds of logging information.
  3. . When the script is replayed, the Run-time Viewer will display 5 seconds behind the current line being executed.
  4. 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.
Question 10 Multiple Choice (Single Answer)

What must you do before attempting to automatically correlate after recording?

  1. . Enable the Auto Correlation feature
  2. Play back the script at least one time
  3. Ensure the snapshots are visible in the Tree view
  4. Add the web_auto_correlation function to the global.h section
Question 11 Multiple Choice (Single Answer)

You want to loop through a block of code 10 times using the for loop. What would accomplish this?

  1. For (i = 0; i < 10; i--)
  2. For (i = 1; i < 10; i--)
  3. For (i = 1; i < 10; i++)
  4. For (i = 1; i <= 10; i++)
Question 12 Multiple Choice (Single Answer)

parameter type will always have the value of one when replayed in VuGen?

  1. Vuser ID
  2. Group Name
  3. Iteration Number
  4. Random Number
Question 13 Multiple Choice (Single Answer)

Which function allows you to select the next available parameter?

  1. lr_next_value
  2. web_next_param
  3. lr_advance_param
  4. web_advance_parameter
Question 14 Multiple Choice (Single Answer)

Which web protocol recording level always generates the web_submit_data function?

  1. ICA
  2. URL
  3. RDP
  4. HTML
Question 15 Multiple Choice (Single Answer)

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?

  1. Create - 67% Search - 16% Block0 - 17% Search Modify
  2. Create - 57% Search - 29% Block0 - 14% Search Modify
  3. Create - 57% Search - 29% Modify - 14%
  4. Create - 67% Search - 16% Modify - 17%
Question 16 Multiple Choice (Single Answer)

Which function allows you to capture dynamic values returned from the server?

  1. web_reg_find
  2. web_reg_save_find
  3. web_reg_save_value
  4. web_reg_save_param
Question 17 Multiple Choice (Single Answer)

Which keyword is a conditional statement?

  1. If
  2. For
  3. Do
  4. While
Question 18 Multiple Choice (Multiple Answers)

When modifying the Properties for a Block in the Run-time settings? Run Logic, which Run Logic options are available

  1. File
  2. Unique
  3. Random
  4. Sequential
Question 19 Multiple Choice (Single Answer)

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?

  1. Define a file parameter, start at 1, block size per Vuser: 50, number format: testing%[email protected]
  2. Define a unique number parameter, start at 1, block size per Vuser: 50, number format: Testing%[email protected]
  3. Define a random number parameter, minimum number: 1, maximum number: 99999, number format: testing%[email protected]
  4. Define a sequential number parameter, minimum number: 1, maximum number 999, number format: testing%[email protected]
Question 20 Multiple Choice (Single Answer)

When performing a manual correlation, where do you search for the dynamic value?

  1. Script view
  2. Recording Log
  3. Tree view -> Client Request
  4. Tree view -> Server Response