Andrew Stopford's Weblog

poobah

News

Articles

Family

Old Blogs

Browse by Tags

All Tags » Testing &amp (RSS)
Castle RC2
Update: reformated this post. Ayende has series of posts on building web applications (with a dash of TDD) using the Castle RC2 release. Building a data layer and scaffolding using ActiveRail and MonoRail Building the presentation layer using MonoRail...
MBT with SpecExplorer
Peli got me interested in Model Based Testing and every since it's been a personal research topic. Today I came across a MBT project from Microsoft Research called SpecExplorer , it comes complete with a download with all the bits (a C# variant called...
A very long road
Roy points out Will Shipleys post , Will I have a few things to say. Unit testing will help you write better software, in Agile TDD you have one of the powerful development tools are your disposal. Testing does not stop and start at unit testing, it takes...
The impact of the remote worker on Agile approaches
What I am after here is folks thoughts on the impact of remote workers on Agile approaches such as Scrum, XP etc. Do you think all the team need be in the same place or can some be remote and some be with the client in the war-room?
Building a chm using Sandcastle
Aram has a post on how to build a help file using Sandcastle . The MSBuild extension is not in this CTP so you will have to manually recreate this in your msbuild file.
Now I get my Sandcastle
Sandcastle CTP is go ! Scott has some great stuff here and the offical news is here . Going to be interesting to give this a run.
Sandcastle ppt and NDoc misery
While we wait with baited breath a new presentation on Sandcastle is available here . Phil Haacked also has news that the NDoc is now dead . The events that have lead to this is shocking, I cannot believe that someone who dedicates his free time away...
VSTS unit test asserts and MbUnit
My last post looked at MbUnit and NUnit so out of interest I thought I would take a look at the VSTS unit test asserts and how they stacked against MbUnit. VSTS Assert AreEqual - MbUnit AreNotEqual - Not supported AreNotSame - MbUnit AreSame - MbUnit...
NUnit and MbUnit Asserts
MbUnit has a lot of asserts that you can use in your testing toolbox. To help you see the difference between unit test frameworks I have compared the asserts from the current NUnit release to the current MbUnit release as follows. AreEqual - NUnit AreNotSame...
TD with MbUnit
Here's a pretty old article on using MbUnit for your TD development , Peli does have some additional thoughts about how MbUnit can help further by using the RowFixture.
More Posts Next page »