Update Testing Guide

Kevin Morris 2021-10-28 16:21:08 +00:00
parent 359a94ec48
commit 7cf56895eb

@ -34,8 +34,9 @@ improved state.
1. Read [Testing Methods](#testing-methods) 1. Read [Testing Methods](#testing-methods)
2. Read [User Experience](#user-experience) 2. Read [User Experience](#user-experience)
3. Read [Edge Cases](#edge-cases) 3. Read [User Experience Feedback](#user-experience-feedback)
4. Go back and focus on [User Experience](#user-experience) or any of the 4. Read [Edge Cases](#edge-cases)
5. Go back and focus on [User Experience](#user-experience) or any of the
other needs specified in [What We Need Tested](#what-we-need-tested) other needs specified in [What We Need Tested](#what-we-need-tested)
and [What Else?](#what-else) and [What Else?](#what-else)
@ -79,15 +80,19 @@ feature-equivalent to PHP's user experience.
We have, however, changed some things which we believe benefits users We have, however, changed some things which we believe benefits users
(and implements tasks requested by bug reports, etc). (and implements tasks requested by bug reports, etc).
Additionally, if you could, please provide some thoughts about
your experience with the FastAPI code in an issue prefixed with
`[Feedback]` using the [Feedback issue template](https://gitlab.archlinux.org/archlinux/aurweb/-/issues/new?issueable_template=Feedback). This is what we'll need to collect data about issues
to move forward with production.
[Issue #161](https://gitlab.archlinux.org/archlinux/aurweb/-/issues/161) [Issue #161](https://gitlab.archlinux.org/archlinux/aurweb/-/issues/161)
is used to track the overall progress of these tests and links out to is used to track the overall progress of these tests and links out to
issues specific to each test we need. issues specific to each test we need.
## User Experience Feedback
If you could, please provide some thoughts about your experience with the
FastAPI code in an issue prefixed with `[Feedback] #<issue_id>` (where `<issue_id>` is a `[User Testing]` issue) using the [Feedback issue template](https://gitlab.archlinux.org/archlinux/aurweb/-/issues/new?issueable_template=Feedback). This is what we'll need to collect data about issues to move forward with production.
If you find any extensive bugs, you can file a `[Bug]` issue using the
[Bug issue template](https://gitlab.archlinux.org/archlinux/aurweb/-/issues/new?issueable_template=Bug),
which would keep things more organized for us in general.
In any case, take a look at the Feedback template and use the same template In any case, take a look at the Feedback template and use the same template
for comments you may include on one of the `[User Testing]` issues. for comments you may include on one of the `[User Testing]` issues.