Browse by Tags

All Tags » Agile » .NET (RSS)

Isolation Syntax for VB.NET - Your comments please by ISerializable - Roy Osherove's Blog : Agile

I'm working on adding a VB.NET Friendly syntax for Typemock Isolator. If you're into VB, I'd love your input on the usability of this API and how to make it better. We'll start going through several basic scenarios that you can do using...

Announcing Isolator for Sharepoint with a free full license for bloggers by ISerializable - Roy Osherove's Blog : Agile

Time for a freebie! We’re announcing today about a new product: Isolator for sharepoint – which allows unit testing sharepoint code without needing sharepoint installed. “Huh?” It is almost the same as Typemock Isolator, but will only work on APIs that...
Filed under: , ,

Isolator Feature Focus: Faking Collections by ISerializable - Roy Osherove's Blog : Agile

Another cool feature in Isolator is the ability to fake values that will be returned from custom collections (anything that inherits from IEnumerable as long as it is not in mscorlib - for example - sharepoint lists). With the new version you can now...

Isolator Feature Focus: Duck Typing and Isolate.Swap by ISerializable - Roy Osherove's Blog : Agile

Typemock Isolator 5.1.1 has been released, and this release brings with it some awesome (seriously) features that are unique fro any other framework I've seen. a good overview of features can be found here . The Isolator Swap feature allows swapping...

SharpMock 0.1 ? by ISerializable - Roy Osherove's Blog : Agile

James, I would love to see you take the idea of “SharpMock” to the next level . If not anything else, it would be an interesting challenge to write about. James took PostSharp and started looking at the possibility of intercepting static method calls...

Isolator feature focus – Advanced Debugger Support for fakes by ISerializable - Roy Osherove's Blog : Agile

Two features that Typemock Isolator has make the debugging experience with it very different than any other isolation framework: 1) Highlight fake method during debugging   When stepping into a method that is being faked by the test, the method will...
Filed under: , ,

Art Of Unit Testing – Book done, Wiki ready by ISerializable - Roy Osherove's Blog : Agile

I’m happy to report that my book has finally hit the “last review” stone, which means all chapters are done and the book should be in book stores around jan-feb 2009 . If you’d like to read the E-Book version right now(PDF) you can purchase that for a...

Isolator feature focus: Recursive Fakes by ISerializable - Roy Osherove's Blog : Agile

Here’s another feature Typemock Isolator has that no one else currently has: the ability to return fake objects from properties recursively (without the use of an auto mocking container for such a feat). this saved a lot of reperitive test code of creating...
Filed under: , , ,

BDD: Behavior vs. Spec Frameworks by ISerializable - Roy Osherove's Blog : Agile

In my search to understand a little more about BDD and BDD frameworks, one gem that I gleaned is that there is an important distinction between “Spec” and “Behavior” frameworks. “Spec” is intended for the unit level granularity (like unit tests) and Read...
Filed under: , ,

Agile Testing tools List by ISerializable - Roy Osherove's Blog : Agile

Working on an appendix for my book , with a list of tools and frameworks you should care about. Tell me if I missed anything: · Mock Frameworks o Moq o Rhino Mocks o Typemock Isolator o NMock o NUnit.Mocks · Test Frameworks o MS Test o NUnit o MbUnit...
Filed under: ,

Isolator feature focus: Live objects in unit tests by ISerializable - Roy Osherove's Blog : Agile

Here is one feature that sets Typemock Isolator apart from all the other frameworks, that has nothing to do with legacy code: Live Objects. This feature allows you to just “new” up an instance of an object, if you can, and then fake method results on...
Filed under: , , ,

Unit Testing decoupled from TDD as well== Adoption by ISerializable - Roy Osherove's Blog : Agile

The discussion on the future of unit testing for the masses has shifted from the standard “if they are too stupid to learn it, we don’t want them” to “TDD without good design will make really bad tests”. and this is a good thing. it’s a good thing because...

Unit Testing decoupled from Design == Adoption by ISerializable - Roy Osherove's Blog : Agile

In my previous post I started talking in more coherent words about feelings I’ve had lurking in the past year. This post is an expansion of that, after having some great twitter conversations in the past few days with some great people. Treat this as...
Filed under: , ,

Goodbye mocks, Farewell stubs by ISerializable - Roy Osherove's Blog : Agile

About 4 years ago I was consulting for one of the largest companies in Israel (about 15,000+ employees) and helping them grok TDD and automated unit testing. I had spent there over a year and a half, on and off, and was teaching both .net, C++ and java...

Poll: What threading features do you use? by ISerializable - Roy Osherove's Blog : Agile

As we are working on the next set of features for Typemock Racer, the threading related test framework , I think it will be nice to know what features and thread constructs people use the most in their applications. The poll below uses flash, if you can't...
Filed under: ,
More Posts Next page »