Open Sourcing Your Mindset

This post originally appeared on TestingInDevops.org, unfortunately the Mabl team has decided to no longer continue to support that site. Rather than lose the content, I re-post it here for your reading enjoyment. As development has shifted from waterfall to agile and now DevOps, at each stage you see developers taking on more responsibility and … [Read more…]

Organizing Tests With xUnit Traits

Once you start to have a larger number of tests it can be important to be able to break them down into different categories or groupings. From a functionality perspective this allows you to only run a subset of tests. They can also help to provide clarity or insight to your test code, by replacing … [Read more…]

REACT to Bugs

The most common artifact that testers produce are bug reports. So what do you do when you actually find a bug? You react, here’s a mnemonic that may help your process… R eproduce The cornerstone of proving a bugs existence is if you can track down steps to reproduce it. Like ghosts, bigfoot, or aliens … [Read more…]