Category Archives: post deployment testing

DevOps Development Pipeline Success Practices

Zenergy’sDevOpsexperts David Dang and Bryson Osborne, and senior test engineer Jonathan Diaz discuss the quality gates, stages, and success practices to include in your DevOps development pipeline. “It is really critical not only to build code, in a continuous fashion, but you also want to build code with quality. Static code analysis, unit testing, code coverage, and post deployment testing are allstagesthat should be included in your pipeline to ensure your code has quality when...

CICD Pipeline Stages: Building a Mature DevOps Pipeline

Zenergy’sDevOpsexperts David Dang and Bryson Osborne, and senior test engineer Jonathan Diaz discuss thecentral CICD pipeline stages for building a mature DevOps pipeline. “Many companies have built out a DevOps CICD pipeline. But, is it a mature pipeline? When creating your pipeline, there are several stages you will want to include to ensure it is mature. The goal is to automate as much as possible, running from a trigger base all the way to the last stage of your pipeline.” – David...

DevOps Quality Gates: Building a Quality Pipeline

David Dang, DevOpsAutomation expert, explains 7 DevOps quality gates to include in your DevOps pipeline to help ensure your code is mature and high quality. “Most companies are building out some sort of DevOps group or assigning people to do DevOps within their organization. Part of that DevOps process includes automating as much as possible; usually achieved by building out a dev, quality, or production pipeline. Many companies...