Category Archives: Testing

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

Posted in Chutzpah, Codeplex, NuGet, Open Source, Testing, Visual Studio Gallery | 7 Comments

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

Posted in Chutzpah, JavaScript, Open Source, Testing | 6 Comments

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

Posted in OpenWithTest, Testing, Tools, Visual Studio, Visual Studio Gallery | 1 Comment

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

Posted in JavaScript, Testing | 5 Comments

OpenWithTest released on Visual Studio Gallery

Download
Either download from the extension manager by searching OpenWithTest or go to the project page here.
Summary
Open with Test is a Visual Studio extension which serves one simple task: To always open your test files and implementation files tog…

Posted in OpenWithTest, Testing, Tools, Visual Studio, Visual Studio Gallery | Leave a comment