conference-app-2021
conference-app-2021 copied to clipboard
Introduce UI Testing for AboutThisApp.kt
Kind (Required)
Choose the suitable template if exists.
- Improvement
Overview (Required)
- Write test cases for About Screen
AboutThisApp.kt
Steps
- Create a
androidTest
package insideconference-app-2021/uicomponent-compose/other/src
- Create a same sub-packages
conference-app-2021/uicomponent-compose/other/src/androidTest/java/io/github/droidkaigi/feeder/about/AboutThisAppTest.kt
- List out all the edge cases to test
- Write all the test cases
- All test should pass
Links
- Reference - https://developer.android.com/jetpack/compose/testing
Thank you!!
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
I was waiting if any contributor shows up, else I am happy to work on this at weekend.