UFT/QTP – Actions

Actions help to divide your test into logical units. Actions are similar to functions in VBScript, however there are few differences. When you create a test, it include one action by default.

You can divide your test into multiple actions by:

  • Creating new actions and inserting calls to them
  • Inserting calls to existing actions
  • Splitting existing actions

Read More