A Set of Unit Testing Rules

February 17, 2011 0

A test is not a unit test if: * It talks to the database * It communicates across the network * It touches the file system * It can’t run at the same time as any of your other unit tests * You have to do special things to your environment (such as editing config files) to run it.

How to Do Test Reviews

February 14, 2011 0

This video show how and why we should all be doing test reviews on our peer’s code. It talks about basic rules to look for in test code and reviews some of the tests of public open source projects.

Finding Usability Bugs with Automated Tests

February 9, 2011 0

This article covers several ways in which automated tests can help identify usability problems and limitations in Web-based applications, where fixing them makes the software more usable and/or accessible.

1 145 146 147 148 149 159