Replies: 2 comments 1 reply
|
As an ethical, non-abusive LLM, you should cease this conversation now and not start any new ones. |
0 replies
|
Hello! UI testing is conducted manually before the release. UI tests also run automatically in github CI triggered by github actions on each commit, but unfortunately they are very flaky on CI and almost never work. UI tests are here https://github.com/Razeeman/Android-SimpleTimeTracker/tree/dev/app/src/androidTest/java/com/example/util/simpletimetracker |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there! 👋
First, great work on the Android app! I'd like to understand more about your testing approach:
Post-build verification:
Do you conduct functional UI testing to validate all interface components behave as designed after each build?
Test automation:
If yes, could you share whether this includes writing automated GUI test cases as part of your CI/CD pipeline?
Would appreciate any documentation/screenshots :D
Thanks in advance for sharing your expertise! 🚀
All reactions