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

TDD Best Practices

July 19, 2011 0

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

Automated iPhone Testing using Open Source Tools

July 18, 2011 0

This video demonstrates how to automate the iOS platform / iPhone automation using Open Source tools that are compatible with ANT and Maven in any continuous environment. It shows how you can perform a basic test in an iPhone app and run through both positive and negative testing, showing the Junit results at the end.

Front End Testing Frontier

June 14, 2011 0

This video shows you how to write and run JavaScript integration tests with Capybara and Cucumber and unit tests with Evergreen and Jasmine. The goal is to inspire you to get started with frontend testing and point you in the right direction to do it.

Test-Driven Development and Embracing Failure

June 6, 2011 0

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.

Automated Unit Testing in .NET

May 16, 2011 0

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.

1 22 23 24 25 26 27