Skip to content
#

Test automation

Test automation or automated testing as compared to manual testing is a way to write test scenarios beforehand that can be repeatedly executed without involving a human element. This is often done by having a set of test data as input that can be compared to certain expectations. In agile software development approaches, this can be even based on user stories and/or acceptance critera.

Here are 61 public repositories matching this topic...

Port of a popular ruby faker gem written in kotlin. Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.

  • Updated Nov 3, 2025
  • Kotlin

MVVM + Kotlin + Retrofit2 + Hilt + Coroutines + Paging3 + Multimodule + kotlin-dsl Rick And Morty Characteres - kotlin android mvvm retrofit navigation dark-mode hilt + Rick and Morty + Compose + unit testing

  • Updated Oct 9, 2025
  • Kotlin

A geofence-based reminder app. Built with Kotlin, features clean architecture, robust testing, offline support, Firebase integration, best practices for permissions, reactive UI, and background updates using WorkManager.

  • Updated Sep 23, 2025
  • Kotlin
skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.

  • Updated Jan 24, 2025
  • Kotlin