QTP/UFT Automation Testing Fundamentals

Test your knowledge of QuickTest Professional/UFT automation testing concepts including object repository, datatables, synchronization, actions, and recording methods.

16 Questions Published

Questions

Question 1 True/False

Low level recording captures the user actions as tracks. State true or false

  1. True
  2. False
Question 2 True/False

Object spy is used to retrieve test object properties and values. State true or false

  1. True
  2. False
Question 3 Multiple Choice (Single Answer)

How can we associate a Shared object repository to a test?

  1. File>Settings>Associate Resources
  2. Resources>Associate repositories
  3. Automation>Associate repositories
  4. Tools>Associate repositories
Question 4 True/False

While associating a shared repository, is it mandatory to associate atleast one action? State true or false

  1. True
  2. False
Question 5 Multiple Choice (Single Answer)

Local repository objects can be edited/updated using

  1. Object Repository Manger
  2. Object Map
  3. Object Repository Window
  4. Cannot be edited/updated at all
Question 6 True/False

Object Identification can be used to retrieve runtime values of object properties. State true or false

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

For constructing a step, which of the following can be used?

  1. Function Generator
  2. Step Factory
  3. Function Factory
  4. None
Question 8 Multiple Choice (Single Answer)

To retrieve the number of rows in datatable, which of the following methods can be used?

  1. GetCount
  2. Count
  3. RowCount
  4. GetRowCount
Question 9 Multiple Choice (Single Answer)

What is the default setting for datatable iterations under Test Settings>Run

  1. Run one iteration only
  2. Run on all rows
  3. Run between rows
  4. None
Question 10 Multiple Choice (Single Answer)

What is the default object synchronization time out?

  1. 10 seconds
  2. 60 seconds
  3. 20 seconds
  4. 30 seconds
Question 11 Multiple Choice (Single Answer)

To retrieve a value from datatable, what are required?

  1. column/parameter name
  2. sheet name
  3. Setting the desired row as current row
  4. All the above
Question 12 Multiple Choice (Single Answer)

Where can we make an action reusable?

  1. Action Properties
  2. Call Properties
  3. Properties
  4. None
Question 13 Multiple Choice (Single Answer)

What is the default browser navigation time out?

  1. 10 seconds
  2. 60 seconds
  3. 20 seconds
  4. 30 seconds
Question 14 True/False

Sync method can be used for Windows applications. State true or false

  1. True
  2. False
Question 15 Multiple Choice (Single Answer)

Waitproperty method takes the following parameters, in the following order

  1. value, time out
  2. property name, value, time out in milliseconds
  3. property name, value, time out in seconds
  4. property, time out
Question 16 Multiple Choice (Single Answer)

Which statement below is true about Wait method?

  1. Wait – makes a wait for the specified seconds with optional milliseconds
  2. Wait – makes a wait for the specified seconds only
  3. Wait – makes a wait for the specified seconds with mandatory milliseconds
  4. None of the statements are true