UFT
RECORDING-1
Why do we record and run?
- To find out if UFT is being able to identify objects.
- We can add checkpoints using Record and in Keyword view.
- We can opt to add output values.
- We can use record and run option to learn about objects.
- Capture objects to the object repository using the Capture button.
- Change the recording modes while recording.
What are the different types of
recording modes?
- Normal Recording – Default mode
- Analog Recording
- Low-Level Mode
- Insight Mode
- UI Automation Mode
- Standard Windows Recording
Describe Normal Recording mode.
Normal recording mode uses the UFTs test
object model. Each object is added to the Object Repository with the
required properties to identify the objects.
Describe Analog Recording Mode
In Analog recording mode all mouse and
keyboard operations with reference to the screen or application
window is recorded.
This recording mode used where the object
level properties cannot be stored such as Digital Signatures.
The steps are recorded in a separate
data file added with the action
It is called from the action by a
RunAnalog statement.
It takes more space than normal
recording mode.
Describe Low Level Recording Mode
- Used when the object or actions on it are not supported by UFT.
- Used when the environment is not supported by UFT.
- Used when the appearance of objects changes but not the location.
- All parent level objects are stored as Windows test objects.
- All other objects are stored as WinObject test objects.
- Steps recorded by low level mode may not run properly for all steps.
- Low level recording mode takes more disk space than normal mode.
Describe Insight Recording Mode
- Used to identify objects based on what they look like rather than object properties.
- Used in case of technologies not supported by UFT.
- Used in case of application running on a remote computer.
- UFT stores image of object along with ordinal identifiers for Insight objects and this image is used to identify the object rather than its properties.
- Takes more space for the images stored for the objects.
Describe UI Automation Recording
.
Records
the objects in your application as UI Automation objects.
No comments:
Post a Comment