What best describes the configuration options available when adding Load Generators to a LoadRunnerscenario?
A. Cloud-based Load Generators can only use images provided by HP.
B. Cloud-based Load Generators can use images provided by HP or custom images created by the user.
C. A scenario must use all cloud-based or on-premise Load Generators, not a combination.
D. Cloud-based Load Generators must be provisioned one at a time.
Where in the TruClient workflow does all of the script debugging and enhancing occur?
A. in the TruClient user interface-Develop Script mode only
B. in the Controller
C. in both the TruClient user interface and VuGen script view window
D. in the VuGen script view window only
Which API Function Call connects to one of multiple Virtual Table Server (VTS) instances?
A. Pvci_1 = vtc_connect (myserver, 8888, VTOPT_KEEP_ALIVE);
B. VTCERR2=lrvtc_connect (myserver. 8888, VTOPT_NO_PERSIST);
C. VTCERR2=lrvtc_connect (myserver, 8888, VTOPT_KEEP_ALIVE );
D. Pvci_1 = vtc_connect (myserver, 8888, VTOPT_NO_PERSIST):
What should you do to enable the improved Replay Summary statistics in VuGen?
A. Navigate to Tools > Options > Scripting > Replay and check the Collect Replay Statistics option within VuGen.
B. Navigate to Tools > Options > Scripting > Replay and check the Generate report during script execution option within VuGen.
C. Set COLLECT_REPLAY_STATISTICS to True in the vugen.ini configuration file found in the config folder within the LoadRunner installation directory.
D. Navigate to Run-Time settings > Replay and check the Collect Replay Statistics option within the script.
Which sections are TruClient steps comprised of?
A. Step, Arguments, Object, and Transactions
B. Step, Arguments, and Object
C. Vary depending on the type of step
D. Step, Actions, JavaScript, and Transactions
Which methods can you use to populate the VTS with test data? (Select two.)
A. Use the VuGen data utility to import the table data.
B. Use VTS function calls in your script to create the initial data.
C. Use the ODBC exec command to invoke a database stored procedure call.
D. Import the data from a comma delimited file from within your script.
E. Import the data from a comma delimited file using the VTS user interface.
What is a benefit of using LoadRunner for load testing?
A. to identify all functional problems of mission-critical applications
B. to reduce developers' coding work load
C. to simulate all customer environment configurations
D. to expose application problems before your customers find them
LoadRunner provides tools for which activities? (Select three.)
A. executing complete functional testing
B. creating and executing load scenarios
C. monitoring real user activities
D. creating scripts
E. analyzing test results
F. managing service requests
The following improvements have been made to LoadRunner v12:
Enhanced replay summary with transaction breakdown with new time-trend charts
Support for editing common file types
Improved search capabilities
Ability to disable snapshots for better performance
To which component were these improvements made?
A. VuGen
B. Ml Listener
C. Controller
D. Analysis
Which enhancement does the Virtual Table Server provide to LoadRunner?
A. allows scripts to communicate directly with an ODBC data store
B. provides a virtual connection to an instance of Oracle and/or SQL server data
C. allows VuGen to automatically connect to diverse databases
D. provides an external method that permits scripts to share parameter data