In the lab, you use AWS CodeBuild as a part of your continuous integration pipeline to increase speed and efficiency. You will learn how to test your application during development and demonstrate how that testing can integrate with AWS CodeBuild. You will increase testing efficiency by running reports to discover and troubleshoot any potential failures.
Level
Advanced
Duration
1 Hours 0 MinutesCourse Objectives
In this course, you will learn how to:
- Configure CodeBuild to perform application testing
- Troubleshoot and fix CI/CD pipeline failures
- Review CodeBuild reports and logs
- Apply common code testing strategies
- Describe the importance of robust test coverage
Intended Audience
This course is intended for:
- DevOps Engineers
Prerequisites
We recommend that attendees of this course have the following prerequisites:
- Familiarity with general development practices and build processes.
Course Outline
- Task 1: Examine and Test the Web Application in the Development Environment
- Task 2: Automate Testing in Your Build
- Task 3: Review the Build Pipeline and Analyze the Results
- Task 4: Create Tests to Cover all Lines of Code