Action List

② You can change the name of the generated Step by clicking it.

③ When you click the action selection in the generated Step, a list of possible actions is displayed as shown below.

Motion

These are the actions that are used to actually operate a smartphone.

Variables

It has the ability to store certain values during a test, or to randomly generate values (numbers, text). The values stored here are also available in other steps.

Control

There are features that you can use when a scenario requires a branch point or when you need to repeat the same steps.

Assertion

Features that you use to check for elements or strings in a specific location on the screen. If the step action used for the actual test fails to pass the action here, the scenario stops with an error message in red.

It is mainly used after a particular step is performed to verify that the step has progressed well (for example, to verify that a welcome message is output after logging in).

Events

In addition to Motion, various control actions that can be performed on the device are gathered. For example, you can turn the portrait screen into a landscape screen, launch or shut down the app, and so on.

Advanced

Advanced features are included to create a richer scenario. Currently, there are only shared Scenario features, but they will be updated continuously.

Last updated