Pushing the Boundaries of Test Automation

February 23, 2011 0

This blog post presents some results of an exploration of software testing tools to discover various types of potential user interface issues even for complex applications.

CRAP (Change Risk Anti-Patterns) Code Metric

February 23, 2011 0

In this blog post, Alberto Savoia discusses the CRAP (Change Risk Anti-Patterns) code metric. The CRAP metric combines cyclomatic complexity and code coverage by automated tests to help identify code that might be particularly difficult to understand, test or maintain.

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.

1 146 147 148 149 150 161