Skip to content
#

Integration testing

Integration testing is a type of software testing that focusses on larger parts of the software than unit testing, and is more process-oriented and less about just checking simple calculations between input and output data. This ensures, that multiple units work together (they integrate with each other) to walk through different steps.

Here are 57 public repositories matching this topic...

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 May 3, 2024
  • Kotlin

Test-Driven Development course from Kodeco. It includes three project apps in Kotlin for unit testing, integration testing, and UI testing. Working on these projects required updating Gradle dependencies and some code like lifecycle's deprecated Transforming feature.

  • Updated Jul 14, 2023
  • Kotlin