-
InfoQ: Automated Acceptance Tests - Theoretical or Practical
- Are automated acceptance tests written at the beginning of each iteration just a theoretical assertion that have been proven ineffective by the lack of adoption?
- why don’t we just make the tests on a white board, have the programmers implement them one at a time, checking them manually even showing them to the product owner manually and when we are done with it, why not just erase it and forget it?
- The hope is that they will catch regressions. If not - no need to automate. - post by dserebren
- Now, consider if the tests written by the QA department are written before the development begins.
- How could tests be possibly be written before the software is written? It seems that at best they can be written at the same time as the software (in a TDD way). - post by dserebren
- One of the things that come out when watching Brian Marick's interview, is that there are many teams doing just fine with unit testing for regressions and manual QA Testing for acceptance tests (ad-hoc).
- ThoughtWorks is building Twist to give QA and test automators the right kind of tool support to make functional test automation work.
-
Posted from Diigo. The rest of my favorite links are here.