Posts tagged 'Testing'

Free Software and Services for Open Source Projects

Following on from yesterday's post about open source projects; here's a bunch of commercial software and services that are offered free by their companies to open source projects.

My Favourite Open Source Software

Scott Hanselman suggested that open source software doesn't get enough praise; so I thought it'd be nice to blog a list of my favourites. Some of this is used on a daily basis and important to my work; yet I've never paid a penny for it!

Cross-browser JavaScript Testing with Karma and Visual Studio

Yesterday I published a Visual Studio extension and a Karma reporter extension to enable showing realtime Karma results in the Visual Studio Test Explorer window.

A Jasmine Test Adapter for Visual Studio

I've published my second Visual Studio extension; a Jasmine test adapter for Visual Studio that discovers/executes tests when saving changes to js files.

Some things I learned while building my Visual Studio Test Adapter

I've published my first Visual Studio extension! It was slightly more complicated than expected. Here's some things I learned in the process...

A Lua Test Adapter and Framework for Visual Studio

I've published my first Visual Studio extension; a Lua test framework/adapter for Visual Studio that discovers/executes tests when saving changes to lua files.