flaky tests Eliminate Flaky Tests The ultimate goal of test automation is to have quality and confidence in your application and deployments. But what happens when a test doesn’t pass consistently when the code didn’t change? It lowers confidence in the reliability of the test results. Tests
automated testing Best Practices to Writing Tests That Can Run in Parallel This article will walk you through some of the best practices for parallel testing the experienced folks at Team Testery have learned (usually the hard way) in the last couple decades of getting large test suites to run at high levels of parallelization.
continuous testing Stop Paying Your CI Tool To Run Tests If you are paying for parallel builds/jobs for your continuous integration tool to run parallel test then you could cut your costs by 50% or more. Read on... Continuous