Archives
[jobs] TDD Coach. New York State.
Submitted by jason@parlezuml.com (Jason Gorman) on Tue, 26/08/2008 - 12:09.Do you - or someone you know - fit the bill? Drop me your details if you might be available on a freelance basis for this sort of gig.
Free evening talk: Understanding Qa/Testing On Agile Projects
Submitted by Antony Marcano on Tue, 26/08/2008 - 16:06. agile | eventsI'll be giving a free evening public talk in Clerkenwell, London for SkillsMatter on 8th September at 18:30pm. The talk is applicable to anyone on an agile team or running agile projects...
Testing is an integral and prominent aspect of agile development, however, new teams form and existing teams prevail with uncertainty about how testers fit into the process. Even those projects that don’t have testers dedicated to them can still feel there is a void in how they ensure that they are building the right product and building the product right.
QuickGraph 2.0.30826.00 released
Submitted by Jonathan de Halleux on Tue, 26/08/2008 - 17:11.It's that time of the year where a little refresh of QuickGraph (http://www.codeplex.com/quickgraph) is needed.
What's new?
- New API to add and remove vertices from the graphs
- Important bug fixes in the shortest path algorithms (oops!)
- Support for MSAGL ( http://research.microsoft.com/research/msagl/ )
- QuickGraph.Data, provides data structures build graphs of databases (given a DataSet)
- QuickGraph.Heap, provides data structure to build graphs of SOS managed memory dumps (more later)
Enjoy.
Introducing YUnit, a microscopic unit test framework (for Team Test)
Submitted by Jonathan de Halleux on Wed, 27/08/2008 - 04:26.Update: renamed project to YUnit to avoid clashing with other frameworks.
I've been playing with custom test types for team test lately and the result of this experiment is YUnit. A microscopic test framework that lets you write tests anywhere since it only uses the Conditional attribute. That's right, any public static parameterless method tagged with [Conditional("TEST")] becomes a test :)
