What is the purpose of End Event in a TruClient script?
A. defines when the document is loaded
B. defines when an action has received the DOM
C. defines when next steps are allowed to start
D. defines when the script has ended
How do you start recording when using the Ajax TruClient IE protocol?
A. Press Ctrl+Shift+R.
B. Click on the Red Circle Icon.
C. Click on Start Recording (Red Circle Icon) in Internet Explorer.
D. Click on Develop Script and press the Red Circle Icon.
Which method does the Mobile TruClient protocol use to record the application under test?
A. uses a network proxy to capture the traffic from a specific mobile device
B. opens a remote connection to the local client
C. records actual traffic using a third-party mobile device emulator
D. simulates various mobile browsers
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):
Which part of the TruClient user interface contains all of the steps that you can add to a TruClient script?
A. the TruClient Toolbox
B. the TruClient Sidebar Status Pane
C. the TruClient Sidebar
D. the Browser Navigation Bar
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.
Which VuGen enhancement was added to all protocols in version 12.x?
A. support for coding in JavaScript
B. organizational improvements in Run-time settings
C. access to database APIs
D. ability to interact with Virtual Table Server (VTS)
In a TruClient script, you want to ensure that a specific object or text displays on the screen. What should you select from the Toolbox?
A. Text Check
B. Verify
C. Checkpoint
D. Evaluate Javascript
Which statements accurately describe the cloud account management features offered within LoadRunner? (Select three.)
A. Costs associated with the cloud account are managed outside of LoadRunner.
B. The list of cloud accounts that are available for cloud load test must be maintained outside of LoadRunner.
C. LoadRunner can manage multiple cloud accounts.
D. LoadRunner can set up a cloud account for the user.
E. Cloud account management is done through the Controller.
F. LoadRunner supports cloud accounts on one cloud provider only.
Which LoadRunner standalone (SA) components can be installed on the same machine?
A. SA VuGen, SA Analysis, and SA Load Generator
B. SA Load Generator, MI_Listener, and Monitor over Firewall
C. SA Load Generator. MI_Listener only
D. SA VuGen and SA Analysis only