Category Archives: Testing
Chutzpah 1.4.0 Released
A new version of Chutzpah is now available. Grab the new bits from CodePlex and NuGet or go to the Visual Studio Gallery to get the updated Visual Studio Extension and Test Adapter for Visual Studio 11 Beta. This release … Continue reading
Chutzpah 1.3.0 Released
A new version of Chutzpah is now live on Visual Studio Gallery, CodePlex and now NuGet. This release contains the following changes: Features 1. Chutzpah is now able to run Jasmine tests in addition to QUnit. This was a large … Continue reading
Chutzpah – A JavaScript Test Runner Released
I just released to CodePlex and the Visual Studio Gallery a new project called Chutzpah (hutz·pah). Chutzpah is an open source JavaScript unit test runner which helps you integrate JavaScript unit testing into your website. It enables you to run … Continue reading
OpenWithTest 0.4 Released
OpenWithTest 0.4 has been release on the Visual Studio Gallery. If you already have it installed you should get an update in your extension manager. Release Notes Added an OpenWithTest toolbar button. This button allows you to quickly enable and … Continue reading
A simple JavaScript stubbing function
Stop! If you are looking for a full featured JavaScript stubbing/mocking library you will be thoroughly disappointed by this post. There are many really good and full featured frameworks for this such as QMock , JSMock and my current personal … Continue reading