Alt.net ‘In the North’ starts tonight

Looking forward to seeing everyone at Alt.Net ‘in the North’ over the next two days. If you cannot make the planning session tonight, but are in Bradford later, we will be in the Titus Salt Pub for a few drinks sponsored by SEED software. We will probably be upstairs from about 8:30pm Technorati Tags: altnetuk

April 17, 2009 · 1 min · Richard Fennell

Team Build, Code Coverage and MVC

I have been working on some automated build and testing for a project based on the Microsoft MVC framework. The build was working fine, and test were being run, but I was not seeing any code coverage data in the build summary in Visual Studio for the builds done by the Team Build box. However if I ran the test suite locally on a development PC the coverage data was there....

April 15, 2009 · 3 min · Richard Fennell

Holiday is when you catch up…..

I got round to listening to the latest Radio TFS podcast today whist out for a run, Adopting Team System with Steve Borg. If you are looking at adopting TFS or even just critically looking at your development life cycle with a view to improving (irrespective of the tools you use), then this podcast is well worth the time to listen to. It actually covers a lot of the points I was discussing at the Agile Yorkshire user group this week in my session of Crystal Clear....

April 10, 2009 · 2 min · Richard Fennell

Testing SharePoint Workflows using TypeMock Isolator (Part 3)

Updated 12 June 2009 - I have been having problems using this technique of Typemock with Sharepoint Workflows, the workflows keep unexpectedly idling as opposed to activating. If you suffer similar problem please check for later posts as to any solutions I find. Now I can test a basic workflow it soon becomes obvious that you could end up with many tests for a single workflow, as a workflow can have any number of criteria that could cause branching to occur....

April 7, 2009 · 3 min · Richard Fennell

Visual Studio 2008 DBPRO GDR QFE (wow loads of TLAs there)

At my session at SQLBits IV on Visual Studio 2008 DBPro GDR it was mentioned that there was a major patch just about to be released to address some known issues. Well Brian Harry has provided links to the release of the release candidate of the GDR QFE

April 7, 2009 · 1 min · Richard Fennell

Testing SharePoint Workflows using TypeMock Isolator (Part 2)

Updated 12 June 2009 - I have been having problems using this technique of Typemock with Sharepoint Workflows, the workflows keep unexpectedly idling as opposed to activating. If you suffer similar problem please check for later posts as to any solutions I find. After reading Gil’s blog on writing simpler tests I have done some tidying of the code from my previous post. In this version I have extracted the boiler plate code to run the workflow to a static helper method and modified my tests to incorporate Gil’s comments, they are certainly more readable....

April 6, 2009 · 3 min · Richard Fennell

Speaking next week at Agile Yorkshire

I am speaking in Wednesday the 8th at Agile Yorkshire, on Crystal Clear and lessons learnt in Agile projects. The user group is meeting at the Victoria Hotel in Leeds as usual, and thanks to our sponsors there is a free drink for all attendees. Hope to see you there.

April 4, 2009 · 1 min · Richard Fennell

Live Writer crashing when adding hyperlinks

For a while I have had a problem that when I tried to add a hyperlink via the toolbar in Live Writer I get a dialog that Live Writer has stopped working, it doesn’t exit, it just des not open the modal window for adding a hyperlink. It was irritating, but as I could edit the HTML source and put in the link by hand I could not be bothered to work out how to fix it....

April 3, 2009 · 2 min · Richard Fennell

Testing SharePoint Workflows using TypeMock Isolator

Updated 12 June 2009 - I have been having problems using this technique of Typemock with Sharepoint Workflows, the workflows keep unexpectedly idling as opposed to activating. If you suffer similar problem please check for later posts as to any solutions I find. Updated 6 April 2009 – Also see Testing SharePoint Workflows using TypeMock Isolator (Part 2) I have for a while been trying to test SharePoint workflows using TypeMock Isolator to mock out the SharePoint fixtures, I want to remove the dependency of having SharePoint on any test boxes where possible....

April 3, 2009 · 4 min · Richard Fennell

Book Review 'Software Testing with Visual Studio Team System 2008'

A book arrived recently on my desk ‘Software Testing with Visual Studio Team System 2008’ by Subashni. S and N Satheesh Kumar. On reading the book it provides a workmanlike coverage of the testing features of Visual Studio 2008 including some of the API options in the testing namespace, but I can’t see what it adds to the subject beyond what a user already has access to in the general introductions on MSDN/Help files....

April 2, 2009 · 3 min · Richard Fennell