Software Testing Articles, Blog Posts, Books, Podcasts and Quotes
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.
This blog post proposes a step-by-step tutorial on how to use RobotFramework with the Selenium library.
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.
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.
This blog post explains how to keep your unit and integration tests in separate packages when you perform a standard Maven build.
In this blog post, Steve Daskam shares a list of 14 Test Driven Development (TDD) best practices.
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.