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.

17 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Browser Navigation Timeout is in which tab of Test Settings window

  1. Properties
  2. Resources
  3. Web
  4. Web Settings
Question 2 Multiple Choice (Multiple Answers)

The information pan provides a list of ........................... in tests

  1. Semantic Errors
  2. Syntax Errors
  3. Common Errors
  4. Logic Errors
Question 3 Multiple Choice (Multiple Answers)

To expand all steps in the keyword view which option you would use from the view menu

  1. Expand
  2. Expand All
  3. Expand Items
  4. Expand Rows
Question 4 Multiple Choice (Single Answer)

What are the available environment variable type(s)?

  1. A. Built-in
  2. B. User-defined
  3. C. User-function
  4. D. Built-in, User-defined
  5. E. Built-in, User-function
Question 5 Multiple Choice (Single Answer)

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. A. 1
  2. B. 2
  3. C. 3
  4. D. 5
Question 6 Multiple Choice (Single Answer)

What is the first thing that must be defined in a Recovery Scenario?

  1. A. Trigger
  2. B. Recovery Operation
  3. C. Recovery Scenario Name
  4. D. The Function used in the scenario
Question 7 Multiple Choice (Single Answer)

What are bitmap checkpoints sensitive to?

  1. A. Image size and object type
  2. B. Object type and image type
  3. C. Screen resolution and object type
  4. D. Screen resolution and image size
Question 8 Multiple Choice (Single Answer)

If the Local Data sheet contains two rows of data, how many times will the action iterate, by default?

  1. A. 1
  2. B. 2
  3. C. 3
  4. D. 5
Question 9 Multiple Choice (Single Answer)

After running a test that contains both input and output parameters, where can the results of an output parameter be found?

  1. A. Local DataSheet
  2. B. Global DataSheet
  3. C. Run-time Data Table
  4. D. Design-time Data Table
Question 10 Multiple Choice (Single Answer)

Where can you merge two shared Object repositories?

  1. A. Object Repository
  2. B. Object Repository Manager
  3. C. Test Setting
  4. D. Associate Object Repository
Question 11 Multiple Choice (Single Answer)

One of the following is true in case of Virtual Object Manager on any object resize

  1. A. Relearn the object
  2. B. Configure Object Repository to change the properties of a virtual object
  3. C. None of the above
  4. D. All the Above
Question 12 Multiple Choice (Single Answer)

When a procedure is created in the Function Library editor, what is the extension on the file?

  1. A. .INI
  2. B. .TXT
  3. C. .QFL
  4. D. .VBS
Question 13 Multiple Choice (Single Answer)

What are the categories in the Step Generator?

  1. A. Object, Operation, Value
  2. B. Library, Built-in, Local Script
  3. C. Operation, Arguments, Return Value
  4. D. Test Objects, Utility Objects, Functions
Question 14 Multiple Choice (Single Answer)

A new object can be configured in QTP by using

  1. 1 Object Repository
  2. 2 Virtual Object Manager
  3. 3 All the Above
  4. 4 None
Question 15 Multiple Choice (Single Answer)

Block commenting can be done in QTP by

  1. 1 Ctrl + M
  2. 2 Ctrl + T
  3. 3 Ctrl + J
  4. 4 None
Question 16 Multiple Choice (Single Answer)

How many maximum number of actions that can be added to a QTP test?

  1. 1. 1
  2. 2. 255
  3. 3. 256
  4. 4. There is not limit
Question 17 Multiple Choice (Single Answer)

Which type of loops are present in QTP?

  1. A. For..Next, Select…..Case, Do…Loop
  2. B. If…EndIf, For…Next, While…Wend
  3. C. Do…loop, while…wend, select..case
  4. D. Do..while, While…End, For…next