Context
The Dashbaord view is the view that shows after signing up or logging in (entering the PIN). UI Test coverage needs to be added in this view.
Note: Use branch develop as base branch
Files involved:
DashboardFragment.kt
DashboardViewModel.kt
fragment_dashboard.xml
DashboardFragmentsAdapter.kt
FeedFragment.kt
ChatListFragment.kt
PaymentReceiveFragment.kt
TransactionsFragment.kt
ScannerFragment.kt
The goal is to test some basic UI interactions in the Dashboard view and their expected results.
- Add any needed configuration for the selected test tool (JUnit, Robolectric, UI Automator, etc).
- Implement the following test cases
Dashboard View
Context
The Dashbaord view is the view that shows after signing up or logging in (entering the PIN). UI Test coverage needs to be added in this view.
Note: Use branch
developas base branchFiles involved:
DashboardFragment.ktDashboardViewModel.ktfragment_dashboard.xmlDashboardFragmentsAdapter.ktFeedFragment.ktChatListFragment.ktPaymentReceiveFragment.ktTransactionsFragment.ktScannerFragment.ktThe goal is to test some basic UI interactions in the Dashboard view and their expected results.
Dashboard View