Monday, July 15, 2019

4. GUI TESTS AND ACTIONS-1



GUI TESTS AND ACTIONS-1


Define GUI Tests?

In a GUI Test, it contains calls to actions. By default, it contains a call to a single action but we can have multiple actions and multiple action calls to new or existing actions.


Why do we need actions?

We need actions to manage our tests in a more logical, efficient and modular fashion.

What are the different types of actions?

      1. Reusable actions
      2. Non-Reusable actions
      3. External actions
      4. Nested actions

Describe Reusable Actions?

      1. All actions by default are reusable.
      2. Can be called multiple times by local tests and other tests.
      3. Can be modified only from the parent test.
      4. Can be changed into a non-resuable action.

Describe Non-Reusable Actions?

      1. Can be called only once and in the local test.
      2. Can be copied.
      3. Can be changed into a reusable action from properties.

Describe external actions?

      1. Stored with another test.
      2. Read Only from called test.

Describe Nested actions?

1. Called from another action.

No comments:

Post a Comment