Browse by Tags
All Tags »
Testing & (
RSS)
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...
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...
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...
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?
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.
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.
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...
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...
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...
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 »