Archives
Lack Of Test Coverage Guarantees Lack Of Test Assurance
Submitted by jason@parlezuml.com (Jason Gorman) on Fri, 08/02/2008 - 16:14.They're absolutely right, of course. But is that a reason to leave code uncovered by your unit tests? It does sound rather like those people who argue that, because science can't prove anything completely, there's no value in approaching something scientifically (like alternative medicine, for example.)
Test Automation Term: Programmatic Testing - One End Of The Spectrum
Submitted by Corey Goldberg on Fri, 08/02/2008 - 18:49.Programmatic Testing: A style of software testing where tests are executed without human interaction.
When I say "this test can be automated", I don't mean a computer can magically replace a sapient process to create a useful test. All test design and methodology is devised using a sapient processes (obviously). However, testcase generation, data generation, test execution, results analysis, etc, can often be done without human interaction. This has been described using terms like: "Automated Testing, "Test Automation", etc. Among some of the more vocal people in the testing community, these terms are considered confusing, inaccurate, harmful, or just a cover up for what is actually a non-scripted test
30 Second Estimating
Submitted by iclemartin on Fri, 08/02/2008 - 20:00.- Story size was difficult to estimate and kept crossing iteration boundaries.
- The programmers really didn't see the value of estimating stuff they weren't familiar with and in our planning poker session gave out lots of ? and 100 cards.
- We
were spending to much time researching the time it would take to fix a bug
that we weren't going to work on for several weeks.
After reading posts by David Anderson and Amit Rathore I started to examine why we were estimating, how much time we were spending at it, the psychic cost, and the results. The results were not encouraging.
