Print Page | Close Window

Automated tests versus Manual Testing

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Manual Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Manual Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=207
Printed Date: 15Jun2024 at 2:36pm


Topic: Automated tests versus Manual Testing
Posted By: Akbar
Subject: Automated tests versus Manual Testing
Date Posted: 23Feb2007 at 12:19pm
The only time not to automate a test *ought* to be if we are never going to want to run it again. But it isn't. The more common time we don't automate a test is because it would be "too hard" to automate it. That is, however, not really a property of the test, though we like to put it that way. It's really a property of our own test automation capability and tools.


And while Keith hits some good points about our own testing tool capabilities, there still another nugget in Ron's post. Any test we don't want to automate because it is "too hard" is a test we *will* run again. And again. And again. In fact, I'd wager to bet that those "too hard" tests are usually some of the most critical tests in your system.

Remember, duplication counts as something to be refactored both in code and in process. If you are doing it twice, automate it. You'll thank yourself later.



Print Page | Close Window