Non-visual Elements: Overview

This section provides a high-level introduction to commonly used non-visual Interaction elements, and explains how they work together.

Element

Function

Link for Details

Allocator

Used to assign the values of one or more variables at a particular step in your application.

Allocators

Decision

Used to perform tests at a particular step in your application (i.e., 'If this is the case, then go to this step in the application, otherwise, go to that step …'. The Decision item can check the value of variables, or determine whether or not an Interaction user viewed a particular screen or selected a particular option. The Decision item allows you to add multiple conditions in one step.

Decisions

Variable

Are used to store and retrieve values.

Variables