Context
The Profile view is accesible from Left Menu. UI Test coverage needs to be added in this view.
Note: Use branch develop as base branch
Files involved:
ProfileFragment.kt
ProfileViewModel.kt
fragment_profile.xml
QRCodeFragment.kt
QRCodeViewModel.kt
fragment_qr_code.xml
The goal is to test some basic UI interactions in the Profile view and their expected results.
- Add any needed configuration for the selected test tool 1. Add any needed configuration for the selected test tool (JUnit, Robolectric, UI Automator, etc)
- Implement the following test cases
Profile view / Basic Tab
Profile view / Advanced tab
Profile view / QR code detail view
After tapping on QR code icon on Address field the QR code detail view is presented
Profile view / Backup your keys
Context
The Profile view is accesible from Left Menu. UI Test coverage needs to be added in this view.
Note: Use branch
developas base branchFiles involved:
ProfileFragment.ktProfileViewModel.ktfragment_profile.xmlQRCodeFragment.ktQRCodeViewModel.ktfragment_qr_code.xmlThe goal is to test some basic UI interactions in the Profile view and their expected results.
Profile view / Basic Tab
Profile view / Advanced tab
Profile view / QR code detail view
After tapping on QR code icon on Address field the QR code detail view is presented
Profile view / Backup your keys