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?
- Reusable actions
- Non-Reusable actions
- External actions
- Nested actions
Describe Reusable
Actions?
- All actions by default are reusable.
- Can be called multiple times by local tests and other tests.
- Can be modified only from the parent test.
- Can be changed into a non-resuable action.
Describe Non-Reusable
Actions?
- Can be called only once and in the local test.
- Can be copied.
- Can be changed into a reusable action from properties.
Describe external
actions?
- Stored with another test.
- Read Only from called test.
Describe Nested actions?
1. Called from another
action.
No comments:
Post a Comment