Posted by Davy Brion on December 16th, 2009
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
This entry was posted on Wednesday, December 16th, 2009 at 2:03 pm and is filed under Silverlight, Test Driven Development.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
December 16th, 2009 at 3:09 pm
It can’t come soon enough! We’ve been wanting that for ages.
December 16th, 2009 at 9:26 pm
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
December 17th, 2009 at 12:29 am
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
December 17th, 2009 at 5:51 am
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!
December 17th, 2009 at 9:02 am
@Jason
i’ll ask them to get in touch with you
February 15th, 2010 at 1:53 pm
Davy
Any news on the release? Our team would greatly benefit from this.
Thanks
February 15th, 2010 at 2:27 pm
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.
February 16th, 2010 at 9:37 am
Thanks Steven
Please let me know as soon as it has been released.
May 31st, 2010 at 8:29 am
[...] couple of months ago, i showed a sneak preview of a Silverlight unit testing Resharper plugin that one of my coworkers was working on. I’m [...]