Tag: continuous integration

  • The Software Testing Ice Cream Cone

    Most companies only focus on manual testing at the start. Down the road they jumping head first into UI automation. This might seem like the best approach, but focusing on just one area of testing can lead you down the wrong path. There’s a downside to only having Manual & UI automated test. You end up…

  • 7 Common Automated Nightly Regression Failures

    If you’re like me, one of the first things you do in the morning is check the results of the previous nights automated test runs. You site at your desk, cross your fingers, open up Jenkins, and hope to see a bunch of blue dots (PASS). When a build fails it’s time to go into debugging mode. Automated…