BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Testing Content on InfoQ

  • Article: Reducing Legacy Code Woes

    Incremental Test Driven Development is fine for new code... but few get to start from scratch. Jared Richardson, author of "Ship It!", shows how to handle the legacy code that everyone eventually inherits. Use his Build, Automate, Test approach to create a safety net that helps you identify and eliminate unintended side effects, to ensure your code continues to work the way you want it to.

  • Watir Adds Support for Modal Dialogs

    Watir is a very popular testing tool for web apps. The newest release adds support for Internet Explorer modal dialogs, which are common in enterprise applications.

  • Ruby Coverage Tool Making Rapid Progress

    Earlier this week, Mauricio Fernandez released version 0.4 of Rcov, his tool for simple code coverage analysis in Ruby. Rcov is fast, feature-packed and progressing rapidly.

  • Automating "All" Tests

    Sure, test automation is a good thing. But we can't, and shouldn't, automate them all. Why then, ask people to "automate all tests"?

  • Database Regression Testing: Isn't It Time to Bring Quality to Data Management?

    Mission-critical business functionality is often implemented in stored procedures within your databases, and data is an important corporate asset. This article overviews a strategy for effective DB regression testing.

BT