06. Pipeline Testing
ND#9991 C03 L02 A12 Pipeline Testing Using Linting FINAL
Testing - Key ideas
Testing - Key ideas
- Linting is testing to check for syntax errors in code.
- Security testing can be performed with a variety of software to test for CVE vulnerabilities.
- Performance testing is done by setting up a smaller scale environment than production with Jenkins and running simulated host calls into that environment to see how it performs under load.
- Integration testing is testing code from different modules to make sure it all works together.