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