Browse by Tags
All Tags »
Sharepoint »
Testing (
RSS)
Thanks to everyone who turned up for my presentation on Typemock and Sharepoint in Glasgow last night. I have just upload my slides onto the Black Marble site . As the session was quite demo driven the slides don’t offer the best code samples. If you...
On Wednesday the 15th this week I will be speaking at Scottish Developers on developer testing of SharePoint . This is a free event so please come along if you are interested and in the area. If you are not able to make it to Glasgow but are interested...
I will be doing a session on Testing SharePoint using Typemock Isolator on the 3rd June in Newcastle. Check the Vbug site for more details.
I will be speaking on developer testing of SharePoint projects using Typemock at both the Birmingham and Manchester NXtGen user groups in August. For more details check the NxtGen site .
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. Maybe a sensible way to write the tests is using Fit...
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...
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. I have at last got this working after getting...
I have previously written a post on using Isolator with Sharepoint , also Andrew Woodward has written a good and more detailed tutorial on the subject , so I don’t intend to go over old ground here. Want I want to look in this post is the testing of webparts...
Typemock announced today a new product Isolator for Sharepoint – which allows unit testing of Sharepoint code without needing Sharepoint installed. Now this is something I have been using the full version of Isolator for of late , and there are more blog...
I had to work unexpectedly from home yesterday, this has given me a chance to look at TypeMock Isolator and SPTypeMock to aid in the testing of SharePoint without the normal disturbances of being in the office. First thing I have to say is TypeMock is...
I am down in Reading for the VBug conference where I am speaking on TFS tomorrow. Whilst in the bar chatting to Roy Osherove from Typemock, the keynote speaker for the conference, he asked if I had looked at the Sharepoint patterns and practices document...