Skip to content
#

testing-practices

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.

Here are 7 public repositories matching this topic...

📝 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

A project to demonstrate extensive testing strategies. It showcases clean implementation of unit tests and integration tests. Getting started with testing in android? this is the best repo. It serves as a practical guide for Android developers who want to learn modern testing techniques in a straightforward codebase.

  • Updated Jul 3, 2025
  • Kotlin