by Steven Sutton | Mar 11, 2019 | Cloud, InfraAsCode, security, testing
The AWS IAM Simulator is a tool that enables you to test the effects of IAM access control policies. This tool helps when you find yourself manually performing actions to test a policy. The tool can simulate actions for any IAM entity or resource and for unique sets...
by Stephen Kuenzli | Mar 2, 2017 | introductory, quality, testing
Why is delivering software so hard? Delivering software to customers on-time and with the expected quality is a big challenge. The balance of scope, time, and resources is difficult to maintain for many teams. Unfortunately, many teams do not understand the main risk...
by Stephen Kuenzli | Apr 26, 2016 | containers, failure testing, introductory, testing
Overview This article will introduce the basics of the practice of Failure Testing and show you how to add failure testing to any software system that can be run with Docker. What is Failure Testing? Failure testing is the process of exploring how a system behaves...