Your organization is implementing a food ordering application intended to feature an intuitive user interface (easy navigation and quick search) and offering functions such as: personalization of the order (option to modify ingredients, comments for the restaurant) verification of the correctness of the order before it is sent real-time order tracking view order history
Management decided to test the requirements mentioned above using a checklist and has asked you to prepare this. Consider the following four checklists.
Checklist 1 -
[ ] Does the system reject an order with an incorrect zip code?
[ ] Does the system reject an order with an unfilled mandatory field?
Checklist 2 -
The interface allows the user to easily navigate the application (YES / NO / PARTIALLY)
The search function allows the user to quickly search for restaurants (YES / NO / PARTIALLY)
Checklist 3 -
[ ] Is the time from order placement to order confirmation less than 10s?
[ ] Is the user interface free of grammatical errors?
Checklist 4 -
The application works properly on the Android operating system (YES / NO)
The application works properly on the iOS operating system (YES / NO)
Which of the following is an example of a read-do checklist useful for testing the application described in the scenario?