testing android application functionality and their fixing errors

Job ID: 35217613

Budget: $30 – $250 USD

We have created an application and
The functions we want to tested in app includes : display using recycleview, add, delete, sign out

the way it goes for one user :

# page A (fragment): have two buttons with recycleview list.
---->dispay list of items in recycleview (pressing item in recycleview goes to page B) + passing item class retrieved form firestore
----> Add item button : goes to add actvity for new item details , after filling fields it have button upon clicking it adds new item details to recycleview list and firestore.
----> Delete item button : goes to delete actvity for item which display recycleview list same page A , upon clicking item it gets deleted from list and firestore + goes back to page A.

# page B(actvity): setting details of the item from page A with help of item class + have two buttons and recycleview list+ two textview for item details.
----> display list of items in recycleview that *are related to the user and item in page A*.
----> Add item for page B list button: goes to add actvity for new item details , after filling one field it have button upon clicking it adds new item details to recycleview list and firestore.
----> Delete item for page B list button : goes to delete actvity for item which display recycleview list same page B , upon clicking item it gets deleted from list and firestore + goes back to page A.

# sign out : the user shall exit the application to login page and exit firestore

we want someone who check the application functionalities for us and fix it