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%