Integration Tests: Writing Good Automated Tests - Henrique Vicente

Опубликовано: 22 Октябрь 2024
на канале: Gopher Academy
882
25

GopherCon 2023: Integration Tests: Writing Good Automated Tests - Henrique Vicente

Writing automated tests is essential to ensure high quality and efficiency in software development. One of the most effective ways to achieve these goals is to write fast integration tests whenever possible (such as an entire test suite in single-digit seconds). In this Lightning Talk, let's see some strategies on how to do it, and when to use mocking or unit tests instead.