QTP QuickTest Professional Testing

Covers QTP/QuickTest Professional concepts including methods, checkpoints, recording modes, object management, and test automation techniques.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

To compares the values of the specified property during a run session with the values stored for the same test object property within the test.

  1. Checkpoint
  2. All the above
  3. Output Value
  4. Compare the object property
Question 2 True/False

It is possible that you an use the object property to access the native properties of any run-time object

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

You will use the recording mode for an object not recognized by QuickTest.

  1. Low-Level Recording Mode
  2. Normal recording Mode
  3. Analog Mode
  4. None of the above
Question 4 Multiple Choice (Single Answer)

............ method waits for the browser to complete the current navigation

  1. exist
  2. wait
  3. waitproperty
  4. sync
Question 5 Multiple Choice (Single Answer)

The method used for sending information to the test results.

  1. Reporter.log()
  2. Reporter.reportevent()
  3. Reporter.msgbox()
  4. Reporter.report()
Question 6 Multiple Choice (Single Answer)

The method that adds to the test while implementing Synchronization is

  1. Synchronize
  2. Wait
  3. WaitProperty
  4. sync
Question 7 Multiple Choice (Single Answer)

We can add Test object methods, function calls into the Test using

  1. Function generator
  2. Step generator
  3. Object repository
  4. none of the above
Question 8 Multiple Choice (Single Answer)

The mechanism used to identify objects during run session is

  1. Recovery scenario
  2. Smart identification
  3. Handling object
  4. all the above
Question 9 Multiple Choice (Single Answer)

..... specifies the time interval(in seconds) during which quick test attempt to perform the checkpoint successfully

  1. check timeout
  2. checkpoint interval timeout
  3. checkpoint timeout
  4. quicktest timeout
Question 10 Multiple Choice (Single Answer)

The method used to get the count value of list box or combo box os

  1. GetItemsCount
  2. GetCount
  3. GetItemCount
  4. none of the above
Question 11 Multiple Choice (Single Answer)

The method used to continue the test execution after getting run-time error is

  1. On Error Resume Next
  2. On Error Raise Next
  3. On Error Next
  4. none of the above
Question 12 Multiple Choice (Single Answer)

The method used to compare 2 XML files is:

  1. XMLfile1.compare(XMLfile2)
  2. XMLcompare(file1,file2)
  3. compare(XMLfile1,XMLfile2)
  4. compare(file XML1,file XML2)
Question 13 Multiple Choice (Single Answer)

The method that explicitly activates the recovery scenario mechanism is,

  1. recovery.activate
  2. enable
  3. recovery.enable
  4. activate
Question 14 Multiple Choice (Single Answer)

The key that is used to Start/End analog Recording mode ?

  1. F3
  2. SHIFT+ALT+F3
  3. CTRL+SHIFT+F3
  4. F10
Question 15 Multiple Choice (Single Answer)

The CHECKPOINT used to check the alt attribute exists for all relevant Objects (such as images) is

  1. DataBase CheckPoint
  2. STANDARD checkpoint
  3. Accessibility checkpoint
  4. Bitmap checkpoint
Question 16 Multiple Choice (Single Answer)

The command used to invoke other application from QTP,

  1. InvokeApplication
  2. SystemUtil.Run
  3. Run
  4. Both a & b
Question 17 Multiple Choice (Single Answer)

The method that adds to the test while implementing Synchronization is

  1. Synchronize
  2. Wait
  3. WaitProperty
  4. Pause
Question 18 Multiple Choice (Single Answer)

The QTP script files are stored in the extension of

  1. *.mts
  2. *.usr
  3. *.mtr
  4. *.vbs
Question 19 Multiple Choice (Single Answer)

To retrieve the current property value of the objects in your application during the run session.

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

The method added to the test while Parameterizing is

  1. get Data (variable, dtGlobalSheet)
  2. get DataTable(variable, dtGlobalSheet)
  3. Set Data(variable, dtGlobalSheet)
  4. Set DataTable(variable, dtGlobalSheet)