download here
Sun Jun 15 23:41:46 HKT 2008
From /weblog/software+engineering/testing
Idea of how to refactoring test cases, summary : Refactor production code with the tests passing. This helps you determine that the production code still does what it is meant to. Refactor test code with the tests failing. This helps you determine that the test code still does what it is meant to. http://googletesting.blogspot.com[..]07/04/tott-refactoring-tests-in-red.html Collections of idea of testing private methods - http://www.infoq.com/news/2008/01/private-methods-tdd-design , may be it is a signal of refactoring?
(google search)
(amazon search)
Wed May 07 15:51:52 HKT 2008
From /weblog/software+engineering/testing
A nice example of convert dbunit from using junit to testng - http://www.realsolve.co.uk[..]h/blog.php?name=philzoio&mydate=20050826 redirect junit output to a file - http://www.diotalevi.com/weblog/?p=43 invokeNCopiesWithTimeout, run a test ( in runnable() ) for n times and see if it ok for multi-thread likely or not - http://binkley.blogspot.com[..]/running-n-foreground-tasks-in-java.html
(google search)
(amazon search)
Fri Mar 07 02:29:52 HKT 2008
From /weblog/software+engineering/testing
Selenium - Here is a video show how to record script using a firefox plugin: http://wiki.openqa.org/display/SIDE/Recording+a+Test (BTW, the plugin link: http://www.openqa.org/selenium-ide/), and here is a blog mentioned how to setup a test server to run batch of script altogather: http://agiletesting.blogspot.com[..]/web-app-testing-with-python-part-2.html WatiN, alternative of selenium - http://blog.benhall.me.uk[..]2/how-to-unit-test-watin-mbunit-and.html another person saying this is better - http://jchyip.blogspot.com/2008/03/watij-vs-selenium-rc.html And someone work hard on make FITness and Selenium work togather, more information can be found at http://www.cornetdesign.com[..]m/2006/09/fitnesse-selenium-wrapper.html http://gojko.net[..]ng-web-tests-with-fitnesse-and-selenium/ A story of how to overcome various issues of applying selenium in acceptance testing -http://blogs.atlassian.com[..]07/08/selenium_is_the_pain_worth_it.html Here is a more complicated framework, not looking good but still keep it here as the concept is interesting - http://sourceforge.net/projects/cubictest The most excellent implementation for my need - http://www.concordion.org/ http://www.jamesshore.com/Blog/Five-Ways-to-Misuse-Fit.html - Don't use it as junit, "The whole point of Fit is to use HTML to speak the customer's language and fixtures to translate that language to code. " http://jroller.com/njain/entry/is_fitnesse_ready_for_enterprise - Version control is #1 issue at that article http://www.jamesshore.com/Blog/Does-It-Work-Are-We-Done.html Why functional test is important How much resource should put in functional test? http://c2.com/cgi/wiki?TestFoodPyramid
(google search)
(amazon search)
Thu Jan 10 19:54:16 HKT 2008
From /weblog/software+engineering/testing
Yet other discussion of Stubs, Fakes, and Mock Objects - http://vladimirlevin.blogspot.com/2007/11/stubs-fakes-mocks.html While reviewing this article, Marty Andrews pointed out an important insight: there are two ways to use a mock object, either as a testing technique or as a design technique, and the intended use helps shape the available choices. http://www.onjava.com/lpt/a/4526 Someone post some arguement that using mock probably a bad idea , which look like a endless arguement... - http://jroller.com[..]xRuiz?entry=mocks_for_concrete_class_can Alberto Savoia on Testing the Untestable, raise a point that mocking make testing more portable, it probably true, but database setup may be not that difficult to port. - http://www.artima.com/forums/flat.jsp?forum=276&thread=213402
(google search)
(amazon search)
Wed Sep 26 00:36:52 HKT 2007
From /weblog/software+engineering/testing
Getting The Most Test Coverage With The Least Test Code - http://parlezuml.com/blog/?postid=482 , Interesting question to ask, but I don't buy the arguement personally, because Most Test Coverage is not related to Most Effective Test in most case
(google search)
(amazon search)
Thu May 03 15:43:48 HKT 2007
From /weblog/software+engineering/testing
An simple example of doing javascript unit test - http://jroller.com[..]ray?entry=testing_javascript_with_groovy However this approach is too fake for me and easy to miss many thing, IMHO putting test a real environment is better A site for javascript testing http://www.testdrivenjavascript.com Test time in javascript - http://googletesting.blogspot.com[..]avascript-simulating-time-in-jsunit.html And this is an example of using JDK6 scripting framework for testing javascript, pretty interesting , but probably not reflecting IE/MOZ behaviour - http://technology.amis.nl/blog/?p=1869
(google search)
(amazon search)
Fri Jan 12 10:40:28 HKT 2007
From /weblog/software+engineering/testing
A tools that support test base on log output for legucy program - http://texttest.carmen.se/ And other similiar tools is vise - http://www.artima.com/forums/flat.jsp?forum=106&thread=171323 Both sound very useful for test legucy code
(google search)
(amazon search)
Tue Jun 20 14:42:03 HKT 2006
From /weblog/software+engineering/testing
A nice message at agile mailing list, which point out that customer attitude will affect how the software engineering workflow a lot: http://groups.yahoo.com[..]gprog/message/7420?threaded=1&var=1&p=24
(google search)
(amazon search)
|