QA and QC Automation Are Vital Parts of the DevOps Framework
- tfurmaniak
- Feb 2, 2021
- 1 min read
QA and QC are important components of the Software Development Life Cycle (SDLC). Modern cloud native applications require automation of quality assurance. softCannery uses best-of-breed frameworks and tools:
· Junit 5 for unit testing
· SonarQube to enable code review and quality control for developed services
These frameworks are integrated into the automated CI/CD pipeline. Services are tested on every code commit delivering a much more stable applications that are developed and delivered in shorter periods of time.
Comments