QuickTest Professional (QTP) Fundamentals

Test your knowledge of QuickTest Professional features including Object Repository, recording modes, actions, methods, and test settings.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

We can import and export object repositories from and to ________ files

  1. XML
  2. TSR
  3. MTS
  4. XLS
Question 2 Multiple Choice (Single Answer)

When we create a test, it includes ______ action.

  1. Single
  2. Three
  3. Multiple
  4. Unlimted
Question 3 Multiple Choice (Single Answer)

The ___________Method -Imports a sheet of a specified file to a specified sheet in the run-time Data Table.

  1. Import Table
  2. SheetImport
  3. ImportSheet
  4. ImportDataTable
Question 4 Multiple Choice (Single Answer)

The ___________ returns an ObjectRepositories collection representing all object repository files associated with the action.

  1. Object Property
  2. ObjectRepositories Property
  3. OR Property
  4. Automation Object Model
Question 5 Multiple Choice (Single Answer)

If we want to modify an object stored in a shared object repository, we can modify it ___________

  1. Using the object repository Manager
  2. We can modify it locally using the object Repository window
  3. Both A& B
  4. None of the Above
Question 6 Multiple Choice (Single Answer)

The _______ Statement -Initiates a pause during a run session

  1. WaitProperty
  2. Sync
  3. Exit
  4. Wait
Question 7 Multiple Choice (Single Answer)

The _______Method Waits for the browser to complete the current navigation

  1. Wait
  2. WaitProperty
  3. Exist
  4. Sync
Question 8 Multiple Choice (Single Answer)

We can view the results of the checkpoint in the ______________

  1. Checkpoint window
  2. Checklist window
  3. Informaton Pane
  4. Test Results window
Question 9 Multiple Choice (Single Answer)

The ___________ can be called by other tests or actions

  1. Split Action
  2. Call Action
  3. Reusable Action
  4. NonReusable Action
Question 10 Multiple Choice (Single Answer)

The _________ method is used to retieve data from HTML Table

  1. GetCellData(Row ,Col)
  2. GetData(Row,Col)
  3. GetRowValue(Roeid,Colname)
  4. None of the Above
Question 11 Multiple Choice (Single Answer)

The __________recording mode is used for an object not recgnized by QTP

  1. Low-Level
  2. Normal
  3. Analog
  4. None of the Above
Question 12 Multiple Choice (Single Answer)

List of test objects along with their properties and values get stored in

  1. Object identification
  2. Test Table
  3. Object Repository
  4. Data Table
Question 13 Multiple Choice (Single Answer)

During a run session ,current property value of the objects can be obtained by

  1. SetROProperty
  2. GetROProperty
  3. GetTOProperty
  4. GetVisibleText
Question 14 Multiple Choice (Single Answer)

The command used to insert the transactions in test is

  1. Service.StartTransaction "Name" , Services.EndTransaction "Name"
  2. StartTransaction.services "Name" , EndTrasaction.services " Name"
  3. StartTransaction("Name") , EndTransaction("Name")
  4. None of the Above
Question 15 Multiple Choice (Single Answer)

For opening the QuickTest Professional Help we can use…….

  1. F3
  2. F5
  3. F1
  4. F2
Question 16 Multiple Choice (Single Answer)

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.

  1. GetROProperty & SetROProperty
  2. GetTOProperty & SetTOProperty
  3. GetTOProperty & SetROProperty
  4. GetROProperty & SetTOProperty
Question 17 Multiple Choice (Single Answer)

Object Spy can be found in ……menu

  1. Tool
  2. Tools
  3. Task
  4. Tasks
Question 18 Multiple Choice (Single Answer)

How many tabs are there in Test Settings (File->Settings) window

  1. 5
  2. 6
  3. 7
  4. 8
Question 19 Multiple Choice (Single Answer)

Identify the tabs in the Test Settings (File->Settings) window.

  1. Properties, Run, Resources, Parameters, Environment, Web, Recovery
  2. ) Properties, Run, Resources, Parameters, Environment, Web Settings,Recovery
  3. Properties, Run Options, Resources, Parameters, Environment, Web, Recovery
  4. Properties, Run, Resources, Input Parameters, Environment, Web, Recovery
Question 20 Multiple Choice (Single Answer)

For each object and method in an Expert View statement, a corresponding row exists in the Keyword View.

  1. True.
  2. False.
  3. There is some problem with the statement.
  4. None of above