📝 A demo todo/notes app which demonstrates the use of MVVM architecture with Test-cases, Navigation Component Library, Room Database, LiveData, Coroutines, Datastore etc.
-
Updated
Jun 20, 2023 - Kotlin
Software testing is the act of examining the artifacts and the behavior of the software under test by validation and verification to make sure it works. Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Testing can be iterative, and happen multiple times.
📝 A demo todo/notes app which demonstrates the use of MVVM architecture with Test-cases, Navigation Component Library, Room Database, LiveData, Coroutines, Datastore etc.
Example for Android application test-suite - Unit tests with JUnit, UI tests with Espresso
Set of factories and utils to create effective and lightweight property-based testing strategies.
This application used todo concept to add new task,edit and delete the user task. This project follow test driven development approach during development.
Simple Application with MVP and Kotlin Android