Skip to content

Commit

Permalink
[Issue Tracker] Update TestPlan
Browse files Browse the repository at this point in the history
  • Loading branch information
laemtl committed May 15, 2020
1 parent 91cb306 commit ca1fe3b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions modules/issue_tracker/test/issue_tracker_test_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ Issue Tracker Filter Form [Automation Testing]
5. Test that the watching checkbox works correctly (issues that your userID is watching in issues_watching table)
6. Check that links to issues in table are correct.
7. Check that table sorts and displays additional pages correctly
8. Check that a user who does not have access to all centers can see all issues with a site set to NULL.

Issue Tracker Create New Issue [Manual Testing]
1. User can access the page if they have reporter permission
2. Check that title and assignee are required.
3. Should display message, and redirect after success.
4. Submit invalid and valid PSCID and visit label pairs. Error messages should respond accordingly. Not that you cannot submit PSCIDs from other sites unless you have access all profiles permission
5. Submit just a visit label - this should give an error message.
6. Check that all values are propagated and saved correctly.
7. Add an attachment to the new issue and make sure that it is successfully uploaded.
8. Check that watching logging is working - turn it off and on for your current user, and for other watchers on the issue
3. Check that site can be null or populated by one of the dropdown values.
4. Should display message, and redirect after success.
5. Submit invalid and valid PSCID and visit label pairs. Error messages should respond accordingly. Not that you cannot submit PSCIDs from other sites unless you have access all profiles permission
6. Submit just a visit label - this should give an error message.
7. Check that all values are propagated and saved correctly.
8. Add an attachment to the new issue and make sure that it is successfully uploaded.
9. Check that watching logging is working - turn it off and on for your current user, and for other watchers on the issue

Issue Tracker Edit Existing Issue [Manual Testing]
1. User can access the page if they have (developer or reporter permission) and (they have either access_all_profiles or are a member of the site of the issue or the site has no issue).
Expand Down

0 comments on commit ca1fe3b

Please sign in to comment.