Grocery Dashboard Testing
Test the app
1. Login using Email
Open your grocery dashboard app running on localhost and refresh it. The welcome screen is as shown below. Fill your Email and Password for the user you created in above step.
Click on LOGIN. It should show you the following screen.
2. Adding New Product
Click on Products shown under the Grocery Dashboard section.It should show you the following screen and click on ADD NEW PRODUCT
ADD PRODUCT screen will open which is shown below.
Fill out all the details and click SAVE
It should show you the following screen with message Updating product
The Products section should show you the following screen where the product you added will appear as follows.
3. Adding New Category
Click on Category shown under the Grocery Dashboard section.It should show you the following screen and click on ADD NEW CATEGORY
ADD CATEGORY screen will open which is shown below.
Fill out all the details and click SAVE
It should show you the following screen with message Updating product
The Category section should show you the following screen where the product you added will appear as follows.
Optional
Go to Products section. Edit the product by updating its Category to the new category you created in above step.
4. Adding New Offer
Click on Offer shown under the Grocery Dashboard section.It should show you the following screen and click on ADD NEW OFFER
ADD OFFERS screen will open which is shown below.
Fill out all the details and click SAVE
It should show you the following screen with message Updating product
The Offer section should show you the following screen where the product you added will appear as follows.
5. Home Page
The Dashboard will show you the following screen with an updated list of Product and Category you added in previous steps.
6. Changing Theme
Click on Select Themes and check different themes available. The dark theme is as shown below.
Hosting the app
Go to Hosting in Firebase section to complete the next step of hosting our app on firebase.
Last updated