QuickTest Professional (QTP) Fundamentals
Test your knowledge of QuickTest Professional features including Object Repository, recording modes, actions, methods, and test settings.
Questions
We can import and export object repositories from and to ________ files
- XML
- TSR
- MTS
- XLS
When we create a test, it includes ______ action.
- Single
- Three
- Multiple
- Unlimted
The ___________Method -Imports a sheet of a specified file to a specified sheet in the run-time Data Table.
- Import Table
- SheetImport
- ImportSheet
- ImportDataTable
The ___________ returns an ObjectRepositories collection representing all object repository files associated with the action.
- Object Property
- ObjectRepositories Property
- OR Property
- Automation Object Model
If we want to modify an object stored in a shared object repository, we can modify it ___________
- Using the object repository Manager
- We can modify it locally using the object Repository window
- Both A& B
- None of the Above
The _______ Statement -Initiates a pause during a run session
- WaitProperty
- Sync
- Exit
- Wait
The _______Method Waits for the browser to complete the current navigation
- Wait
- WaitProperty
- Exist
- Sync
We can view the results of the checkpoint in the ______________
- Checkpoint window
- Checklist window
- Informaton Pane
- Test Results window
The ___________ can be called by other tests or actions
- Split Action
- Call Action
- Reusable Action
- NonReusable Action
The _________ method is used to retieve data from HTML Table
- GetCellData(Row ,Col)
- GetData(Row,Col)
- GetRowValue(Roeid,Colname)
- None of the Above
The __________recording mode is used for an object not recgnized by QTP
- Low-Level
- Normal
- Analog
- None of the Above
List of test objects along with their properties and values get stored in
- Object identification
- Test Table
- Object Repository
- Data Table
During a run session ,current property value of the objects can be obtained by
- SetROProperty
- GetROProperty
- GetTOProperty
- GetVisibleText
The command used to insert the transactions in test is
- Service.StartTransaction "Name" , Services.EndTransaction "Name"
- StartTransaction.services "Name" , EndTrasaction.services " Name"
- StartTransaction("Name") , EndTransaction("Name")
- None of the Above
For opening the QuickTest Professional Help we can use…….
- F3
- F5
- F1
- F2
You can retrieve or modify property values of the test object during the run session by adding ……….statements in the Keyword View or Expert View.
- GetROProperty & SetROProperty
- GetTOProperty & SetTOProperty
- GetTOProperty & SetROProperty
- GetROProperty & SetTOProperty
Object Spy can be found in ……menu
- Tool
- Tools
- Task
- Tasks
How many tabs are there in Test Settings (File->Settings) window
- 5
- 6
- 7
- 8
Identify the tabs in the Test Settings (File->Settings) window.
- Properties, Run, Resources, Parameters, Environment, Web, Recovery
- ) Properties, Run, Resources, Parameters, Environment, Web Settings,Recovery
- Properties, Run Options, Resources, Parameters, Environment, Web, Recovery
- Properties, Run, Resources, Input Parameters, Environment, Web, Recovery
For each object and method in an Expert View statement, a corresponding row exists in the Keyword View.
- True.
- False.
- There is some problem with the statement.
- None of above