If the Local Data sheet contains two rows of data, how many times will the action iterate, by default?
A. 1
B. 2
C. 3
D. 5
What are the available trigger event types?
A. Pop-up window, object state, VBScript event
B. Object State, VBScript event, Application crash
C. Pop-up window, object state, test run error, QTP crash
D. Pop-up window, object state, test run error, application crash
What is the keyword used to define how the counter variable in a or lext loop increments?
A. ++
B. Next
C. Skip
D. Step
How do you close the database session after examining the results of an SQL query?
A. Call the ADO.Close function
B. Use the close method for the RecordSet object
C. Set the RecordSet and Connection objects equal to Nothing
D. Use the close method for the RecordSet and Connection objects
How do you declare a constant?
A. Dim statement
B. Con statement
C. Const statement
D. Option Explicit statement
What is created, by default, with each new action?
A. Local Data Sheet, Global Data Sheet, Folder
B. Local Object Repository, Local Data Sheet, Folder
C. Global Data Sheet, Local Object Repository, Folder
D. Local Data Sheet, Global Data Sheet, Local Object Repository
What are the categories in the Step Generator?
Object, Operation, Value
Library, Built-in, Local Script
Operation, Arguments, Return Value
Test Objects, Utility Objects, Functions
What can you use to handle unpredictable testing exceptions?
A Do Loop
B. Recovery Scenario
C. IFHEN statement
D. Selectase statement
In which command can you associate a function library to a test?
A. Run Options
B. Test Settings
C. View Options
D. Function Definition Generator
After running a test that contains both input and output parameters, where can the results of an output parameter be found?
Local
Global
Run-time Data Table
Design-time Data Table