Select Page

Google Chrome and Test Driven Development

Really solid comic strip about Google Chrome and the fundamentals of test driven development.  The article makes mention of automated UI browser testing and even fuzzy logic to emulate human behavior.  All the while, the underlying point concedes that automated...

Test Driven Development

One of the best articles I’ve read on test driven development and it comes from the folks at ThoughWorks. I like the fact that the article was written in 2002. Some updates may be overdue, but the ideals and principles still persist. While the article caters to...

Test data warehouse – SCHEMA!!

Trying to figure out the best way to store test execution history and test case management inside of a database. The best way may be to have a staging environment:Immediately after test execution, store test results in flat file formatPerform some kind of automated...