TestDriven.Net 2.10: Smart BuildThere are a number of new features
June 27, 2008 – 1:00 pmTestDriven.Net 2.10: Smart Build
There are a number of new features in TestDriven.Net 2.10 that I want to highlight (apart from the VS 2008 crash workaround). The one I’m going to focus on here is subtle, but significant I believe - especially for people working with large solutions.
Smart build is a new optimization that allows you to skip the build step before test execution when there are no source code changes. Anyone working on a solution with a large number of projects will know how time consuming the build can be before any tests can be executed. Somewhat surprisingly this remains true even when no actual source code edits have been made and nothing needs to be compiled. I’ve had reports of the build check taking as long as 45 seconds before any tests could be executed! (Thanks to Brian Genisio in particular for bringing this to my attention)
The new smart build feature overcomes this particular problem by monitoring your solution for source code edits and automatically skipping the build step if there is nothing new to compile. This can significantly improve performance when running multiple tests in the same solution. For example there is now no penalty for choosing to execute all tests in a fixture after an individual test starts to pass: a common usage pattern.
I will elaborate further on other new features in future posts. In the meantime you can read the latest release notes and download TestDriven.Net 2.10 from here. If you find any issues, please don’t hesitate to contact me.
Instant Messanger For Coders?
I had a look around for an instant messaging client for coders, but couldn’t find one. Features I want for starters are: Cross platform Allowing pasting of large amounts of code (<=100 lines, at least) Code highlighting for c#, VB.NET, Ruby, Javascript, HTML etc etc Pasting of screen shots Publi…
tobinharris
Thanks Bristol
I did a session at DotNetDevNet in Bristol last month, which I received very good feedback on. Big thanks to Guy Smith-Ferrier for having me across. It was the first time I presented that session, so there is always lots of changes and improvements to make. Thanks to everyone who came and the slides…
noreply@blogger.com (chrishayuk)
GoDaddy coupon code list update and their 30 millionth domain registration
I’ve updated my GoDaddy coupon code list page with a bunch more coupons covering pretty much anything you want from GoDaddy. But in more important news… GoDaddy has just announced that it has now handled over 30 million domain registrations. Bob Parsons, GoDaddy.com’s CEO said: —…
neil
Internet Explorer Developer Toolbar
The Internet Explorer Developer Toolbar is released as a free plug-in for Internet Explorer 6.0 and above. This article discusses features and advantages in using the Internet Explorer Developer Toolbar. With this toolbar it is now possible for a developer to understand and correct the rendered HTML just as a UI designer would. It has a handful of useful features which makes it possible for even those not trained in HTML techniques to use it to its fullest.
Satheesh Babu
You must be logged in to post a comment.