Unit testing annotation based Spring MVC controllers
A guide to unit testing URL mappings in Spring MVC controllers using annotations and mocking frameworks like EasyMock.
A guide to unit testing URL mappings in Spring MVC controllers using annotations and mocking frameworks like EasyMock.
A screencast introducing unit testing with mock objects, TDD, and the Moq framework for creating maintainable tests.
A presentation on Mocking techniques for software testing, delivered at the Visual Studio User Group Belgium, with slides and demo code.
Announcing upcoming tech conference sessions on PHP/Silverlight integration, ASP.NET MVC, and unit testing with mocking.
Author announces and reflects on writing his first book, 'ASP.NET MVC 1.0 Quickly,' a hands-on guide for ASP.NET developers.
A review of Packt's book on software testing using Visual Studio Team System 2008, covering test types, deployment, and reporting.
A review of 'Perl Testing: A Developer's Notebook,' highlighting its practical approach to unit testing in Perl.
A tutorial on using Microsoft's Pex tool for automated white-box testing and code verification in .NET, including a practical example.
A developer details creating a custom Visual Studio Team System check-in policy to run solution-specific unit tests, addressing a multi-solution project challenge.
A developer's critique of Kent Beck's TDD book, highlighting its shortcomings in addressing legacy code and retroactive testing.
A programmer's first blog post introducing their Python-focused blog and involvement with the Entertainer Media Center project.
Common issues and solutions for unit testing ASP.NET MVC controllers, focusing on mocking Request.Form and ASP.NET Membership.
A tutorial on implementing data-driven web testing in Visual Studio 2008, focusing on linking databases and validation rules.
A tutorial on implementing Data Driven Testing for unit tests in Visual Studio 2008, using a database as a data source.
A guide to packaging reusable TypeScript helper functions with types, tests, and a clean build for reliable sharing across projects.