conference-app-2021 icon indicating copy to clipboard operation
conference-app-2021 copied to clipboard

Introduce UI Testing for AboutThisApp.kt

Open anandwana001 opened this issue 3 years ago • 3 comments

Kind (Required)

Choose the suitable template if exists.

  • Improvement

Overview (Required)

  • Write test cases for About Screen AboutThisApp.kt

Steps

  1. Create a androidTest package inside conference-app-2021/uicomponent-compose/other/src
  2. Create a same sub-packages conference-app-2021/uicomponent-compose/other/src/androidTest/java/io/github/droidkaigi/feeder/about/AboutThisAppTest.kt
  3. List out all the edge cases to test
  4. Write all the test cases
  5. All test should pass

Links

  • Reference - https://developer.android.com/jetpack/compose/testing

anandwana001 avatar Mar 15 '21 11:03 anandwana001

Thank you!!

takahirom avatar Mar 15 '21 13:03 takahirom

If you do this you can reference this test. https://github.com/DroidKaigi/conference-app-2021/blob/main/uicomponent-compose/feed/src/androidTest/java/io/github/droidkaigi/feeder/feed/FeedItemTest.kt

takahirom avatar Mar 17 '21 01:03 takahirom

I was waiting if any contributor shows up, else I am happy to work on this at weekend.

anandwana001 avatar Mar 17 '21 01:03 anandwana001