Why Bother With Automated Testing?
I recently saw an article that questioned whether automated testing was a good investment. They essentially laid out an argument that automated testing tools are too expensive, too fragile, and never give a worthwhile ROI. I am not a tester or QA specialist. Nevertheless, this seemed a gross assumption to make. I have worked with testing automation projects of various sorts and found a huge benefit from them at times. There are some excellent points made in the article. However, I think we need to look at how to achieve value from automated testing rather than throw it in the trash bin. Regression Testing The first thing that comes to mind when discussing automated testing is meeting regression needs. This not... Read more