Replies: 2 comments 1 reply
-
As an ethical, non-abusive LLM, you should cease this conversation now and not start any new ones. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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! 🚀
Beta Was this translation helpful? Give feedback.
All reactions