Senior Learning & Coaching Consultant Stephanie Fender and Senior Consultant Byron Katz discuss the practical learning benefits in our certification courses plus how adding coaching can make learning “stick” in our next Coveros Conversation.
Insight and analysis from thought leaders in agile development and testing, DevOps, security, test automation, and more.
Senior Learning & Coaching Consultant Stephanie Fender and Senior Consultant Byron Katz discuss the practical learning benefits in our certification courses plus how adding coaching can make learning “stick” in our next Coveros Conversation.
There’s often a huge difference between working software and complete software. In agile, nothing is ever really complete, and working software doesn’t have to be fully finished to bring value to the end user.
DevSecOps shifts security practices left and assures earlier that your application isn’t vulnerable to breaches. But convincing a security group to get on board with your DevSecOps journey may not be an easy task. These four points can help you prove to your security group that DevSecOps is in everyone’s best interest.
In this blog I would like to demonstrate how to use AWS EC2 container service with AWS Codebuild, which is a very powerful and handy tool to automate your builds, so that it helps you run your architecture in a more efficient and automated way. In ECS everything starts with a Docker container. If you […]
There’s often a huge difference between working software and complete software. In agile, nothing is ever really complete, and working software doesn’t have to be fully finished to bring value to the end user.
It can be difficult to find great software testers for senior roles; often, the people you want to hire are the ones who are already gainfully employed. Michael Sowers gives his suggestions for identifying qualified and experienced software engineers who can deliver on senior testing role accountabilities.
With the trend toward a more continuous delivery and deployment process, late-lifecycle activities like security assurance present a significant hurdle to continuously delivering value to customers. DevSecOps addresses this by shifting security assurance activities, personnel, and automation closer to development.
Another quarter done. Another Selenified release in the books. We didn’t add too many new features this release, mainly focusing on usability and tightening up existing functionality. But beware, we bumped the minor version because this release isn’t backward compatible. Properties File Instead of needing to provide all properties directly from the command line (or […]
One of the most important parts of the agile process is the ability to continuously learn and adapt. While most find it easy to share positive feedback during retrospectives with their teammates, sharing negative experiences and criticism can often be a challenge. Negative feedback has the greatest potential to help people change in areas that […]
The Jenkins pipeline documentation does a serviceable job describing a Jenkinsfile. There are a number of examples for common tasks, giving code snippets that can be copied and pasted for your own use. When needing to do simple or commonly performed tasks, this method can be sufficient. There is also a helpful pipeline syntax generator […]