QTP / Unified Functional Testing
Test your knowledge of QuickTest Professional (QTP) / Unified Functional Testing including object repositories, data tables, checkpoints, recovery scenarios, and other core testing features.
Questions
Browser Navigation Timeout is in which tab of Test Settings window
- Properties
- Resources
- Web
- Web Settings
The information pan provides a list of ........................... in tests
- Semantic Errors
- Syntax Errors
- Common Errors
- Logic Errors
To expand all steps in the keyword view which option you would use from the view menu
- Expand
- Expand All
- Expand Items
- Expand Rows
What are the available environment variable type(s)?
- A. Built-in
- B. User-defined
- C. User-function
- D. Built-in, User-defined
- E. Built-in, User-function
If the Global Data sheet Contains no data and the Local Datasheet contains two rows of data, how many times will the test iterate?
- A. 1
- B. 2
- C. 3
- D. 5
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
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
After running a test that contains both input and output parameters, where can the results of an output parameter be found?
- A. Local DataSheet
- B. Global DataSheet
- C. Run-time Data Table
- D. Design-time Data Table
Where can you merge two shared Object repositories?
- A. Object Repository
- B. Object Repository Manager
- C. Test Setting
- D. Associate Object Repository
One of the following is true in case of Virtual Object Manager on any object resize
- A. Relearn the object
- B. Configure Object Repository to change the properties of a virtual object
- C. None of the above
- D. All the Above
When a procedure is created in the Function Library editor, what is the extension on the file?
- A. .INI
- B. .TXT
- C. .QFL
- D. .VBS
What are the categories in the Step Generator?
- A. Object, Operation, Value
- B. Library, Built-in, Local Script
- C. Operation, Arguments, Return Value
- D. Test Objects, Utility Objects, Functions
A new object can be configured in QTP by using
- 1 Object Repository
- 2 Virtual Object Manager
- 3 All the Above
- 4 None
Block commenting can be done in QTP by
- 1 Ctrl + M
- 2 Ctrl + T
- 3 Ctrl + J
- 4 None
How many maximum number of actions that can be added to a QTP test?
- 1. 1
- 2. 255
- 3. 256
- 4. There is not limit
Which type of loops are present in QTP?
- A. For..Next, Select…..Case, Do…Loop
- B. If…EndIf, For…Next, While…Wend
- C. Do…loop, while…wend, select..case
- D. Do..while, While…End, For…next