Spying Constructors in JavaScript
A guide to creating a constructor-safe spying function for unit testing JavaScript code, with examples and implementation details.
A guide to creating a constructor-safe spying function for unit testing JavaScript code, with examples and implementation details.
Explains a Rhino Mocks unit testing exception and solution for methods requiring a return value.
A beginner's guide to writing basic tests for Django applications, covering view responses and form handling.
A review of the book 'Zend Framework 1.8 Web Application Development,' covering its MVC focus, application design, and testing practices.
A review of the book 'Beginning ASP.NET MVC 1.0', covering its content on the MVC framework, advanced topics, and practical case studies.
A tutorial on using Test-Driven Development (TDD) workflow in Visual Studio 2010 for ASP.NET MVC controller development.
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.