Part 2: Automating Validations within CI/CD Pipelines
In this part, you will create tests to validate custom detections within the automation pipeline. You will learn about the differences between unit and integration-level testing. In addition, you will also develop code and configure and deploy additional infrastructure for performing integration testing. Finally, you will create custom code to use AI for synthetic testing within the CI/CD pipeline.
This part has the following chapters:
- Chapter 5, Implementing Logical Unit Tests
- Chapter 6, Creating Integration Tests
- Chapter 7, Leveraging AI for Testing