The SetUpInterpreter is used to simplify the creation of a particular state for the system under development. Once the state is created, we can focus on the business process to test.
When a setup table is executed,
enter data in the system under development to create the desired state.

- The first row of the table indicates the name of the interpreter and the name of the desired state.
- The second row is called the header row and serves to identify the data to be inserted in the system under development.
- Finally, the remaining rows captures the data to be inserted.