Unit Tests And Silverlight

9 commentsWritten on December 16th, 2009 by
Categories: Silverlight, testing

Capture

This is something that Steven De Kock and Tom Ceulemans (two coworkers of mine without a blog, so no link) have been working on.  Those are Silverlight tests, executing in the Silverlight runtime, within a full browser context.

And yes, they will release it as an open source project soon :)

  • http://blog.functionalfun.net Samuel Jack

    It can’t come soon enough! We’ve been wanting that for ages.

  • http://bramdemoor.blogspot.com/ BDM

    I’m really looking forward to using that! I’m becoming a little fed up with the way we run the Silverlight tests at the moment :)

  • http://statlight.net Jason Jarrett

    I wrote a similar tool and recently open sourced it. It doesn’t have R# support. But is a console app that supports C.I. and Auto-detection of Xap creation and re-running of tests etc (while doing TDD). Would love to chat with your co-workers and talk about how our projects could benefit each other.

    Thoughts?

    http://statlight.codeplex.com
    http://statlight.net

  • http://dgoyani.blogspot.com/ Dhananjay Goyani

    This has come at right time, at least for me. Last week I spent couple days to evaluate Jeff Wilcox’s framework and here I see yet another one. Can’t wait to make my hands dirty! ;-)

  • http://davybrion.com Davy Brion

    @Jason

    i’ll ask them to get in touch with you :)

  • http://fromthedevtrenches.blogspot.com/ Carel Lotz

    Davy

    Any news on the release? Our team would greatly benefit from this.

    Thanks

  • Steven De Kock

    I’m working on cleaning up the code base before I can open source it. We currently are using a lot of duplicated R# code, that I decompiled with reflector.

    I’ll try to release it as soon as possible.

  • http://fromthedevtrenches.blogspot.com/ Carel Lotz

    Thanks Steven

    Please let me know as soon as it has been released.

  • Pingback: Introducing AgUnit: Silverlight Unit Testing With Resharper | The Inquisitive Coder – Davy Brion's Blog