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 1,878 public repositories matching this topic...

Testing App es una aplicación simple diseñada para invertir palabras. Los usuarios pueden ingresar texto en un campo de texto y, al presionar el botón Reverse, las palabras se invertirán en tiempo real. Esta aplicación es ideal para aprender sobre pruebas en Flutter, ya que incluye pruebas unitarias, pruebas de widgets y pruebas de integración.

  • Updated Oct 14, 2024
  • C++