How to use Automation Object Model or AOM in UFT

Automation object model or AOM in UFT is a way of automating the test automation execution with the help of VBScript. For example:

If you want to run a test script in UFT, you need to perform following steps.

  1. Launch UFT
  2. Open the test
  3. Associate any test resources such as function library, object repository if required.
  4. Execute the test

UFT provides a way to covert these steps into program and you can launch the program whenever required. It is kind of nested automation.

Please read further to know more about AOM scripts for running a test, add environment variables and other scenarios.

How to run an existing test using AOM in UFT

How to run a test and store results in specified folder

How to create a new Test

How to connect to QC and run script

How to add Environment variable at runtime

How to minimize UFT window

How to Initialize UFT script