diff --git a/TESTING.md b/TESTING.md index ba436ad..62b7420 100644 --- a/TESTING.md +++ b/TESTING.md @@ -19,6 +19,20 @@ The same set of goals was determined for all users of the app regardless of whet - [UX9] I want to be able to visually distinguish different kinds of information on the screen - [UX10] I want to know the result of each step/choice in the process +|Goal |Feature facilitating the goal| +|--- |---| +|UX1 |[Visual design](README.md/#visual-design)| +|UX1 |[Interaction design](README.md/#interaction-design)| +|UX2 |[List of dishes adjusted for each step](README.md/#interaction-design)| +|UX3 |[Users can decide after adding each recipe if they want to add more](README.md/#interaction-design)| +|UX4 |[Selected dish and ingredients screen](README.md/#selected-dish-and-ingredients)| +|UX5 |[`ShoppingList`](README/oop) objects and methods| +|UX6 |[Pantry checker function](README.md/#pantry-checker)| +|UX7 |[Interaction design](README.md/#interaction-design)| +|UX8 |[Clear screen](README.md/#interaction-design)| +|UX9 |[Visual design](README.md/#visual-design)| +|UX10 |[Confirmation messages](README.md/#interaction-design)| + ### Creator goals - [CR1] I want to create my first Python application