https://github.com/znsio/androidactivitytestingpoc
A simple project to help devise effective testing of Android Activities
https://github.com/znsio/androidactivitytestingpoc
android test-automation
Last synced: 25 days ago
JSON representation
A simple project to help devise effective testing of Android Activities
- Host: GitHub
- URL: https://github.com/znsio/androidactivitytestingpoc
- Owner: znsio
- License: mit
- Created: 2021-02-26T15:17:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T15:26:55.000Z (over 5 years ago)
- Last Synced: 2025-01-24T06:09:44.323Z (over 1 year ago)
- Topics: android, test-automation
- Language: Kotlin
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AndroidActivityTesting Proof-of-Concept
This is intended to be a simple project to help devise effective testing of Android Activities. It's inspired by reading the work of many others and an attempt to establish a reliable, repeatable and maintainable test automation codebase that's actually useful.
## Contributions are welcome
This project scratches an itch I and a couple of others have, where the current documentation wasn't quite enough and where many examples are incomplete or too dated to work as-is now the tools and releases have moved on significantly since those were written.