Sdílet prostřednictvím


Automated testing or manual testing?

One of the great debates in the Software Test Engineering world involves the optimal mix of automated testing and manual testing. Like all good debates in software engineering, there are the religious fanatics that position themselves at either end of the argument. In pretty much all cases that I've seen, the truth lies somewhere in the middle. This debate is another one where that is the case.

In his recent article in Better Software, Jonathon Kohl does a nice job of showing how automated and manual testing can be very complementary. Check out his blog post on the topic. The post contains a link to the article.

Comments

  • Anonymous
    December 03, 2007
    An excellent article!! To summarize (in my own words). Use "automation"/"tools" to facilitate the development of tests which require "human" insight. Do not burden the human with doing the mechanical repetative portions. A philosophy that applies to MANY different disciplines, not just testing.