baocntt2602 / survey

0 stars 0 forks source link

[Improvement] Increase test coverage for the application with UI/instrument tests #18

Open minhnimble opened 11 months ago

minhnimble commented 11 months ago

Issue

It was great to see you have implemented multiple unit test cases for multiple layers like ViewModel (app layer), Repository + Response classes (data layer). However, there is no instrumented test found in the application.

Expect

Create some instrumented tests for verifying some basic UI test flows (e.g. open the Survey Lists screen from the Login screen) in the application.

baocntt2602 commented 11 months ago

Because of the issue #16 and #17 may require lots of UI changes in Home Screen so I only wrote some UI test cases for Login screen in this PR