Stubbing Behavior in Java Unit Tests with Mockito
The tutorial is about creating mock objects and stubbing behavior which are the absolute basics of mocking.
Unit Testing Tutorials and Videos
The tutorial is about creating mock objects and stubbing behavior which are the absolute basics of mocking.
Test Driven Development (TDD) is a rhythmic development practice that requires a high level of individual discipline and focuses on using automated tests as a lever to shape not only the quality but the design of the associated production code. TDD is codified through a simple set of steps, often …
Test-driven development is one of the corner stones of Agile development, providing quick feedback about mistakes in code and freeing developers to refactor safe in the knowledge that any errors they introduce will be caught by the tests. There have been several test harnesses developed for XSLT, of which XSpec …
This video explains the reasons and the effects of moving from MBUnit to NUnit for .NET unit testing. Both tools are open source solutions that belong to the xUnit family of unit testing tools. A post relating the experience of a different company making the same transition can be found …
This video shares some advice on how to strategically debug the load times of your ColdFusion sites, identifying unnecessary queries and inefficient code.
This short tutorial explains how to use Jasmine to test JavaScript code in your Rails applications. [youtube FWR4UqAhDkU]