QTP QuickTest Professional Testing
Covers QTP/QuickTest Professional concepts including methods, checkpoints, recording modes, object management, and test automation techniques.
Questions
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.
- Checkpoint
- All the above
- Output Value
- Compare the object property
It is possible that you an use the object property to access the native properties of any run-time object
- True
- False
You will use the recording mode for an object not recognized by QuickTest.
- Low-Level Recording Mode
- Normal recording Mode
- Analog Mode
- None of the above
............ method waits for the browser to complete the current navigation
- exist
- wait
- waitproperty
- sync
The method used for sending information to the test results.
- Reporter.log()
- Reporter.reportevent()
- Reporter.msgbox()
- Reporter.report()
The method that adds to the test while implementing Synchronization is
- Synchronize
- Wait
- WaitProperty
- sync
We can add Test object methods, function calls into the Test using
- Function generator
- Step generator
- Object repository
- none of the above
The mechanism used to identify objects during run session is
- Recovery scenario
- Smart identification
- Handling object
- all the above
..... specifies the time interval(in seconds) during which quick test attempt to perform the checkpoint successfully
- check timeout
- checkpoint interval timeout
- checkpoint timeout
- quicktest timeout
The method used to get the count value of list box or combo box os
- GetItemsCount
- GetCount
- GetItemCount
- none of the above
The method used to continue the test execution after getting run-time error is
- On Error Resume Next
- On Error Raise Next
- On Error Next
- none of the above
The method used to compare 2 XML files is:
- XMLfile1.compare(XMLfile2)
- XMLcompare(file1,file2)
- compare(XMLfile1,XMLfile2)
- compare(file XML1,file XML2)
The method that explicitly activates the recovery scenario mechanism is,
- recovery.activate
- enable
- recovery.enable
- activate
The key that is used to Start/End analog Recording mode ?
- F3
- SHIFT+ALT+F3
- CTRL+SHIFT+F3
- F10
The CHECKPOINT used to check the alt attribute exists for all relevant Objects (such as images) is
- DataBase CheckPoint
- STANDARD checkpoint
- Accessibility checkpoint
- Bitmap checkpoint
The command used to invoke other application from QTP,
- InvokeApplication
- SystemUtil.Run
- Run
- Both a & b
The method that adds to the test while implementing Synchronization is
- Synchronize
- Wait
- WaitProperty
- Pause
The QTP script files are stored in the extension of
- *.mts
- *.usr
- *.mtr
- *.vbs
To retrieve the current property value of the objects in your application during the run session.
- GetVisibleText
- GetROProperty
- SetROProperty
- GetTOProperty
The method added to the test while Parameterizing is
- get Data (variable, dtGlobalSheet)
- get DataTable(variable, dtGlobalSheet)
- Set Data(variable, dtGlobalSheet)
- Set DataTable(variable, dtGlobalSheet)