FAQ | This is a LIVE service | Changelog

Update Regression Testing Script authored by Mike Bamford's avatar Mike Bamford
...@@ -3,6 +3,7 @@ When executing this regression test paste this list into the relevant issue and ...@@ -3,6 +3,7 @@ When executing this regression test paste this list into the relevant issue and
- [ ] Navigate to the home page and check details for "More info" and "Choose" - [ ] Navigate to the home page and check details for "More info" and "Choose"
- [ ] Check that all links are working and look sensible. - [ ] Check that all links are working and look sensible.
- [ ] Check that the tabs in the "Choose" page navigate to other storage types. - [ ] Check that the tabs in the "Choose" page navigate to other storage types.
- [ ] Select any type of "Research storage" and get a quote - [ ] Select any type of "Research storage" and get a quote
for a particular size and duration of storage. for a particular size and duration of storage.
- [ ] Check you get a warning popup if the size you request is too large - [ ] Check you get a warning popup if the size you request is too large
...@@ -10,7 +11,10 @@ When executing this regression test paste this list into the relevant issue and ...@@ -10,7 +11,10 @@ When executing this regression test paste this list into the relevant issue and
- [ ] Add a note to the quote and save. - [ ] Add a note to the quote and save.
- [ ] Email the quote to yourself and check that you receive it and that it makes sense. - [ ] Email the quote to yourself and check that you receive it and that it makes sense.
- [ ] Check that the quote can be accessed in the "My account" page - [ ] Check that the quote can be accessed in the "My account" page
- [ ] check api for quote - [ ] Check that the api returns the quote from the
`/api/storage/quote/` and `/api/storage/quote/{quote_id}` endpoints
** tests below here haven't been written
- [ ] purchase storage using a fake PO - [ ] purchase storage using a fake PO
- [ ] check email - [ ] check email
... ...
......