Sun Feb 21 00:11:16 HKT 2010 From /weblog/software_engineering/testing
best practices
First rule - http://fishbowl.pastiche.org[..]08/10/01/nothing_is_too_trivial_to_test/
Test first/last is not important? Unit test either? What do you think? http://beust.com/weblog/archives/000477.html
* The name of the test should describe the requirement of the code
* There should be at least one test for each requirement of the code. Each possible path through of the code is a different requirement#
* Test the goal of the code, not the implementation
http://xprogramming.com/xpmag/testFirstGuidelines.htm http://www.theserverside.com[..]AppQuality&asrc=EM_NLN_761453&uid=703565 http://www.coopercode.net[..]og/2007/08/how-not-to-run-beta-test.html
A lot of links - http://it-techexperts.com/tutorials/tutorials.asp http://testingspot.net/ http://www.exampler.com[..]-links-biased-toward-exploratory-testing
The teaser: Fast, Isolated, Repeatable, Self-validating, and Timely. - http://blog.objectmentor.com[..]es/2007/08/02/not-a-task-but-an-approach http://blog.objectmentor.com/articles/2007/08/02/which-came-first
Corner cases - http://testobsessed.com[..]s/2007/02/testheuristicscheatsheetv1.pdf
One of the targets of TDD coding - http://haacked.com[..]e-code-is-about-managing-complexity.aspx
Design for unit test - http://www.theserverside.com[..]es/content/DesigntoUnitTest/article.html
Introduction to Lean project management - http://ossme.com[..]introduction-of-lean-project-management/
Push and Pull approach -
http://www.richarddurnall.com/?p=10
http://www.richarddurnall.com/?p=15
http://www.richarddurnall.com/?p=31
When not to test - http://www.junitmax.com/blog/?p=187
http://www.infoq.com/news/2009/06/love_agile_testing
Test the story, rather than the implementation - http://www.davesquared.net[..]ving-to-scenario-based-unit-testing.html
Test the configuration - http://searchsoftwarequality.techtarget.com[..]TSS10ctqa&asrc=EM_NLN_8746433&uid=703565
Feel the deep synergy of design and test constraint - http://michaelfeathers.typepad.com[..]athers_blog/2007/09/the-deep-synerg.html
(google search) (amazon search)