December 2007 - Posts

Joining TypeMock by ISerializable - Roy Osherove's Blog : Agile

Happy new year :) A new year is a great time to start off new things, or to renew old commitments that have been somehow left behind. I'm excited to announce that starting Jan 1 I will start working at TypeMock as a senior developer. I will help create...
Filed under: ,

How uTest will destroy your Quality Assurance by ISerializable - Roy Osherove's Blog : Agile

I just read on TechCrunch   an article by Roi Carthy that UTest will allow "Crowd Sourced" QA solutions, where companies pay per bug and get QA done by many anonymous QA people around the web.  I'm not sure what scares me more...
Filed under:

Basic Guidelines for using RowTest and data driven tests by ISerializable - Roy Osherove's Blog : Agile

I took a look at the code that was used to create the NUnit RowTest Extension (which is pretty neat) and found this in one of the samples: The highlighted areas in the code show something which I feel is problematic and is the manifestation of a unit...

[RowTest] for NUnit, File System Interfaces for unit testing by ISerializable - Roy Osherove's Blog : Agile

Two small things of note in the unit testing field for me today: 1) There is am implementation of the [RowTest] Attribute available for NUnit, created using the NUnit Addin model (which you probably didn't know existed). Using this extension you can...
More Posts