Skip to content

Template: Manual to Automatic Scenario Mapping

Adam De Fouw edited this page Oct 19, 2021 · 2 revisions

Manual to Automatic Scenario Mapping

Manual Action Step Manual Expected Results Automatic Scenario
Login as administrator
The Home page is visible with tabs to:

  • My Projects
  • New Project
  • Help & FAQ
  • Control Center

Other tabs may be visible dependent on optional system settings.

Scenario: Login as administrator

Given I am an "admin" user who logs into REDCap

When I visit "/"

Then I should see "My Projects"

And I should see "New Project"

And I should see "Help & FAQ"

And I should see "Control Center"

Navigate to the Control Center The Control Center left sidebar contents include:
  • Control Center Home

  • Notifications & Reporting

  • To- Do List 2

  • Dashboard

  • System Statistics

  • Activity Log

  • Activity Graphs

  • Map of Users

  • Projects

  • Browse Projects

  • Edit a Project's Settings

  • Users

  • Browse Users

  • Add Users (Table- based Only)

  • User Whitelist

  • Email Users

  • API Tokens

  • Administrators & Acct Managers

  • Miscellaneous Modules

  • Custom Application Links

  • Publication Matching

  • Dynamic Data Pull (DDP)

  • Find Calculation Errors in Projects

  • Technical / Developer Tools

  • MySQL Dashboard

  • API Documentation

  • Plugin & Hook Documentation

  • System Configuration

  • Configuration Check

  • General Configuration

  • Security & Authentication

  • User Settings

  • File Upload Settings

  • Modules Configuration

  • Field Validation Types

  • Home Page Settings

  • Project Templates

  • Default Project Settings

  • Footer Settings (All Projects)

  • Cron Jobs

Scenario: Control Center contains the appropriate links

Given I am an "admin" user who logs into REDCap

And I click the link labeled "Control Center"

Then I should see "Control Center"

And I should see "Notifications & Reporting"

....

Run the Configuration Check in the Control Center’s System Configuration group. The Basic and Secondary test results appear. Green indicates the check passed. Yellow or red indicates an issue to be reviewed or resolved.
Clone this wiki locally