QTP/UFT Automation Testing Fundamentals
Test your knowledge of QuickTest Professional/UFT automation testing concepts including object repository, datatables, synchronization, actions, and recording methods.
Questions
Low level recording captures the user actions as tracks. State true or false
- True
- False
Object spy is used to retrieve test object properties and values. State true or false
- True
- False
How can we associate a Shared object repository to a test?
- File>Settings>Associate Resources
- Resources>Associate repositories
- Automation>Associate repositories
- Tools>Associate repositories
While associating a shared repository, is it mandatory to associate atleast one action? State true or false
- True
- False
Local repository objects can be edited/updated using
- Object Repository Manger
- Object Map
- Object Repository Window
- Cannot be edited/updated at all
Object Identification can be used to retrieve runtime values of object properties. State true or false
- True
- False
For constructing a step, which of the following can be used?
- Function Generator
- Step Factory
- Function Factory
- None
To retrieve the number of rows in datatable, which of the following methods can be used?
- GetCount
- Count
- RowCount
- GetRowCount
What is the default setting for datatable iterations under Test Settings>Run
- Run one iteration only
- Run on all rows
- Run between rows
- None
What is the default object synchronization time out?
- 10 seconds
- 60 seconds
- 20 seconds
- 30 seconds
To retrieve a value from datatable, what are required?
- column/parameter name
- sheet name
- Setting the desired row as current row
- All the above
Where can we make an action reusable?
- Action Properties
- Call Properties
- Properties
- None
What is the default browser navigation time out?
- 10 seconds
- 60 seconds
- 20 seconds
- 30 seconds
Sync method can be used for Windows applications. State true or false
- True
- False
Waitproperty method takes the following parameters, in the following order
- value, time out
- property name, value, time out in milliseconds
- property name, value, time out in seconds
- property, time out
Which statement below is true about Wait method?
- Wait – makes a wait for the specified seconds with optional milliseconds
- Wait – makes a wait for the specified seconds only
- Wait – makes a wait for the specified seconds with mandatory milliseconds
- None of the statements are true