Software Testing Articles, Blog Posts, Books, Podcasts and Quotes

Testing of Web Applications with Selenium Grid

August 8, 2011 0

This article will show you how to run your tests in parallel with Selenium Grid, cutting down the time needed for running in-browser test suites. With real test projects and code samples, learn to run tests in multiple environments in parallel and speed up the testing of your web applications.

Easier C# Unit Testing

August 1, 2011 0

Writing unit tests for your C# code can be time-consuming. This article proposes approaches that can make writing unit tests easier and more efficient for C# programmers.

Unit Test and Refactor Legacy PHP Code

July 26, 2011 0

This article proposes strategies to refactor problematic PHP code, making it easier to test it with unit testing tools, while reducing dependencies that improves your code base.

TDD Best Practices

July 19, 2011 0

In this blog post, Steve Daskam shares a list of 14 Test Driven Development (TDD) best practices.

Getting started with Selenium 2.0

July 11, 2011 0

This blog post is the first article of a series that will explains what it takes to start writing automated browser tests using Selenium 2.0.

1 74 75 76 77 78 91