1. A software test that is executed automatically by a testing tool or framework without manual intervention, typically to verify that code functions as expected.
The development team implemented automated tests to catch bugs before deployment.
O time de desenvolvimento implementou testes automatizados para detectar bugs antes do deploy.
2. A quality assurance process where predefined test cases are run by scripts or tools to validate software behavior against expected results.
Automated tests are run every time the code is committed to the repository.
Os testes automatizados são executados toda vez que o código é enviado para o repositório.