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.
  • In practice there can be a 3rd (more rare) scenario: OLD-EVENT. This is sometimes explicity mentioned. Where not further specified, it falls under NON-TRIGGERED.

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.


Test results

Test results of the above scenarios are recorded in feature-test-report.xlsx.


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.