I am playing with a new programming question and social answer service called stack overflow.
Here is a question I submitted, and I am going to rely on wisdom of the crowd:
What is the downside of test driven development.
My Question Feed
Bookmark It
Be Inconsistent
Application testing can help improve quality. Many types of application testing have been defined such as: unit testing, QA, regression testing. The problem is that they are too structured, and test for known actions, and inputs. To really give an application a work out you either need a large test base, or [...]
“Your mileage may vary.”
That is what you always hear in the end automotive commercials touting gas consumption numbers, and it’s true it’s all about how you drive. Automated testing is all about how you use it. There are many cases for automated testing, and quite a bit of documentation on how to implement it, [...]