Skip to content

Latest commit

 

History

History

features

Test scenario's

IMPORTANT:

  • A major distinction in every feature is whether the Portal is in TRIGGERED or NON-TRIGGERED mode.
  • These distinctions are made within each file.
  • A 3rd scenario (currently 'typhoon' only) is EVENT-WITHOUT-TRIGGER (this needs updating)

For IBF-portal user

For Dashboard admin-user

These are actions run from the dev-menu in the dashboard, accessible only to an admin-user.

For API admin-user

These are actions run from the Swagger UI (/docs).

For pipeline (user)

In practice, the pipeline is often time-scheduled and not manually triggered by a user. But nonetheless the processes that follow from this action (such as email) must be described.

Automatic (scheduled) processes


Theory

Reference

Tools

How to describe features / define scenarios

Features can be added to this folder by:

  • Create a .feature-file, named after its title with _ for spaces;
    i.e. Log_in.feature
  • Add a reference to the list above at the appropriate actor.