-
Notifications
You must be signed in to change notification settings - Fork 35
Template: Manual to Automatic Scenario Mapping
Manual Action Step | Manual Expected Results | Automatic Scenario |
---|---|---|
Login as administrator |
The Home page is visible with tabs to:
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:
|
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. |