Understanding the Acceptance criteria
We will discuss the mandatory requirements for our application that we absolutely want to see in the end product at the end of the next chapter. If possible, we should try to make them measurable, so let’s list them right now:
- Sidebar with text components and an icon next to them for enhanced visual context.
- Scrollable main body view to scroll through the applications and highlighted applications in the main body.
- Highlight banner that will take the full width of its parent container to showcase an application.
- Tiles to showcase other specific apps in a category.
- Images and text displayed for the rest of the apps.
Develop test cases in which the application’s acceptance criteria will be tested. Using this method allows the ability to see the conditions in which the application will be used by the end user and the level that needs to be attained for it to be considered successful.
We will develop testing...