From the course: AWS Certified Machine Learning Engineer Associate (MLA-C01) Cert Prep

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Automated tests in CI/CD pipelines

Automated tests in CI/CD pipelines

(ethereal chime swells) - [Instructor] Hello, guys, and welcome. In today's lesson we're going to talk about the automated tests in the CICD pipelines. So first of all, we should ask ourselves first, why do we want to make automated testing? First of all, it provides a faster feedback loop, so the automated tests quickly detect and highlight the bugs or the issues found in the code base. This would reduce the time taken between the code commits and the feedback, which allows the developers to address problems immediately. Second, it has an improved code quality, so it would enforce coding standards and performs consistent checks across the application. It'll also reduce the manual effort, so it would automate the repetitive tasks, like running unit tests, integration tests, and end-to-end tests. This would free up some space in order to focus on more complex tasks, like boosting the productivity or fixing other bugs. Also increased confidence in your releases, so it'll detect the…

Contents