Skip to content
#

integration-tests

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 50 public repositories matching this topic...

Neste projeto foi criado testes de integração de baixo acoplamento com base na biblioteca XUnit, aplicando soluções de compartilhamento de conexão do banco de dados. Utilizando o Docker para termos um ambiente mais controlado e otimizado durante os testes e também o uso de massa de dados para os testes de integração, utilizando a biblioteca Bogos.

  • Updated Oct 17, 2024
  • C#