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.
Tutorials and resources on how to apply unit testing in software 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.
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 presents the results of a survey about the software testing tools used in ruby software development projects.
In this blog post, Steve Freeman explains why Test-Driven Development (TDD) is still an important tool for the software developer, even if there are circumstances where it could not be used.
A 14-part series of articles describing the use of automated unit testing techniques for the C# programmer. The tutorial includes the use of NUnit and Moq but is also relevant for other testing frameworks.
Copyright © 2009-2026 Software Testing Magazine by Martinig & Associates