Skip to content

Action File

Yury Alencar Lima edited this page Oct 26, 2019 · 13 revisions

What is it for: @TODO

When to create: @TODO

Motivation of Creation: @TODO

Based on: @TODO


Syntax

                                ACTION FILE

ACTION: <Insert Action Name>
   ACTOR CAN EXECUTE ACTION: <Choose an actor by name> // ACTOR FILE
   <<...>>
   OBJECTIVE: <Insert Action Objective>
   NEXT PAGE AFTER ACTION: <Choose of the next View> // DECLARATION FILE
   VIEW ELEMENT TO VERIFY IN VALID FLOW: <Choose of the specific Element to verify / OPTIONAL> // VERIFIER ELEMENT FILE
   VIEW ELEMENT TO VERIFY IN INVALID FLOW: <Choose of the specific Element to verify / OPTIONAL> // VERIFIER ELEMENT FILE
   DATA FOR ACTION: <Choose of the data for execute action> // DATA FOR ACTION FILE
   ELEMENT TO ACTIVE ACTION: <Choose of the active action element for init this action> // ACTIVE ACTION ELEMENT
<<...>>

Example of use

@TODO @TODO

Clone this wiki locally