-
Notifications
You must be signed in to change notification settings - Fork 1
Manual Tests
As Jane I want to submit a complaint about my building through the website so that the issues I am dealing with are publicly voiced.
- Submit a page without errors.
- Navigate to http://acornhh.herokuapp.com/report
- Submit a complaint.
- Verify that there were no errors during the submission process.
As Jane I want to preview my complaint submission, so that I can make sure it is accurate
- Preview page is displayed after clicking verify on the report page.
- Preview page contains the the submitted information.
- Navigate to http://acornhh.herokuapp.com/report
- Submit a complaint.
- Verify that the page is redirected to http://acornhh.herokuapp.com/report/verify
- Verify that the submitted information has not been changed.
- Verify that the preview map loads the right address.
As Aliya I want to see what areas of the map have buildings with complaints so that I can focus ACORN's resources on the most problematic areas.
- Marker for a submitted building is displayed on the google map on the index page.
- Navigate to http://acornhh.herokuapp.com/report
- Submit a complaint.
- Navigate to http://acornhh.herokuapp.com
- Verify that there is at least one marker for a building on the map.
- Verify that there is a marker for the submitted building on the map.
As Ken I want to select a building marked on the map to see it's complaints so that I can see the problems with a building I am curious about moving into.
- Clicking on a marker on the map redirects the browser to the submitted building page.
- Navigate to http://acornhh.herokuapp.com/report
- Submit a complaint.
- Navigate to http://acornhh.herokuapp.com/
- Click on marker on the map for the submitted complaint.
- Verify that a building page is loaded.
- Verify that the loaded building page is the submitted page.
As Aliya I want the web complaints to fit into distinct categories so that the data we collect is easier to organize and understand.
- The submission page contains the following categories: Bed bugs, Cockroaches, Mice, Heating, Plumbing, Elevator not working, Repair order not followed, Mold, Other
- Navigate to http://acornhh.herokuapp.com/
- Verify that all categories are available.
As Ken I want to select a building marked on the map to see it's complaints so that I can see the problems with a building I am curious about moving into.
- Clicking on a marker on the map redirects the browser to the submitted building page.
- Navigate to http://acornhh.herokuapp.com/report
- Submit a complaint.
- Navigate to http://acornhh.herokuapp.com/
- Click on marker on the map for the submitted complaint.
- Verify that a building page is loaded.
- Verify that the loaded building page is the submitted page.