Easier C# Unit Testing
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.
Software Testing Articles, Blog Posts, Books, Podcasts and Quotes
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.
This article explains how to perform HTTP request-response tests of ASP.NET Web applications using IronPython, a .NET Framework-compliant implementation of Python.
This article illustrates an approach to automated acceptance testing in developing software with Java. Acceptance tests directly tie into software requirements specification and the key for achieving maintainable tests is proper handling of traceability between the requirements and implementation as well as between the requirements and acceptance tests. An example using Netbeans and Concordion is provided.
Copyright © 2009-2026 Software Testing Magazine by Martinig & Associates