Actions tab

The Actions tab, accessed from the bottom of the TruClient Development window, enables you to create and run actions. It is from this tab that you record and replay your script.

What is an action?

An action is a set of steps that represents a business process or part of one.

There are three default actions, Init, Action, and End. These default sections cannot be deleted. For details, see Run Logic tab.

You can record your entire script into the default Action or you can create new actions that represent different parts of your business process.

Caution: If you are using VuGen to record TruClient scripts, do not modify or delete Actions in the Solution Explorer.

Back to top

Add an action to your script

  1. Click Manage Actions to the right of the Action list in the TruClient Development window to open the Manage Actions dialog box.

  2. Click . Give the action a meaningful name.

Back to top

Rearrange the order of actions

  1. Click Manage Actions to the right of the Action list in the TruClient Development window to open the Manage Actions dialog box.

  2. Select an action.
  3. Click to reorder the action.

Back to top

Record into an action

  1. From the Action dropdown list, select an action.

  2. Navigate to the desired starting website and click the Record button. All of your actions will be recorded and displayed in the Development window as you perform your business process. You can stop recording by selecting the Stop button. You can continue recording from any point in the script.

    To record into a different section of the script, right-click a step and select Record > Record after or Record > Record before to record new steps into that location of the script. If you are recording into a group step, select Record > Record into. For more information on group steps, see Context menu.

Back to top

See also: