Tutorials and resources on how to apply unit testing in software testing

Declarative Unit Testing in Java

August 29, 2011 0

In this blog post, Roger Hughes explains how SureAssert, an integrated Java unit testing tool for Eclipse, can help solving the problem of having to change your Java unit tests when you change part of your code. You use annotations to define a set of tests for each of your class’s methods instead of writing unit tests. SureAssert automatically checks the annotations, generate and run unit tests.

Unit Testing for Java EE

August 24, 2011 0

Many developers think that testing Java EE applications is hard, inconvenient or too complex. This has not been true since the inception of Java EE 5 more than five years ago. This article explore how to do efficiently unit testing for Java EE applications.

Unit Testing with Silk4NET and NUnit

August 23, 2011 0

A quick look at using Visual Studio 2010 with NUnit and Silk4NET to create unit tests. We will also be using SilkCentral Test Manager to start from a manual test and automate it with Silk4NET.

BDD with Specflow, Moq and Microsoft Unit Testing framework

August 18, 2011 0

This blog post explains how to use Specflow, Moq and Microsoft Unit Testing framework to implement Behavior Driven Development in a .NET context. The author used AAA (Arrange-Act-Assert) and GWT (Given-When-Then) patterns in his code. They are clearly and easily to understand and become standard when you write unit testing and mocking.

Unit Testing with Design by Contract

August 15, 2011 0

In this blog post Sebastians Lutzky start a series of posts that will explain the concept of unit testing in the context of design by contract.

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.

1 21 22 23 24 25 27