Questions
Testing the application after the installation at the client place
- Compatibility Testing
- Ad Hoc Testing
- Accessibility Testing
- Beta Testing
Where do you mark an action as reusable?
- A. Action Settings
- B. Action Properties
- C. Action Run Settings
- D. Action Call Properties
Which method for the DataTable utility object will allow you to retrieve information from the Data Table during a test run?
- A. Value
- B. Import
- C. GetCell
- D. GetValue
What are the available environment variable type(s)?
- A. Built-in
- B. User-defined
- C. User-function
- D. Built-in, User-defined
If the Global Data sheet contains no data and the Local Datasheet contains two rows of data, how many times will the test iterate?
- 1
- 2
- 3
- 5
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
If you have a Virtual Object Collection stored on your machine, and you don't want to use it, what must you do?
- A. Disable Virtual Objects in Test Settings
- B. Remove the Collection from your machine
- C. Disable Virtual Objects in General Options
- D. Remove the Collections from the Resources list
What does the source property of a database checkpoint object represent?
- A. The SQL query
- B. The identification number of the database
- C. The number of rows returned from the query
- D. The connectionstring used to connect to the database
What is the first thing that must be defined in a Recovery Scenario?
- A. Trigger
- B. Recovery Operation
- C. Recovery Scenario Name
- D. The Function used in the scenario
What are bitmap checkpoints sensitive to?
- A. Image size and object type
- B. Object type and image type
- C. Screen resolution and object type
- D. Screen resolution and image size
What are the two most commonly used ADO objects?
- A. Fields
- B. Execute
- C. Connection, RecordSet
- D. Open, ConnectionString