Thibaut Barrère
2008-Apr-10 08:53 UTC
[Ironruby-core] Perspectives for unit and ui testing for Dynamic Silverlight
Hi, I just watched Jeff Wilcox videos about the Silverlight testing framework (http://www.jeff.wilcox.name/2008/03/20/vid-silverlight-control-ut/) and questions come to my mind. Is this framework planned to be the "standard" testing framework for Dynamic Silverlight as well ? Or will we build upon the spec framework already in the IronRuby distribution ? Writing this and after digging a bit inside the code, I believe we could do both ways: use the spec syntax and rely either on the UI testing framework or on mock objects, when relevant. Any insight from the MS team ? cheers! Thibaut -- [blog] http://evolvingworker.com - tools for a better day [blog] http://blog.logeek.fr - about writing software
Ben Hall
2008-Apr-10 09:25 UTC
[Ironruby-core] Perspectives for unit and ui testing for Dynamic Silverlight
I''m really interested in hear what the team have planned for testing and the DLR. I''m planning on spending some time grokking this and see where the areas of concern are and whats actually there. It would be good to hear thoughts from the team. Do you expect people writing Ruby to use RSpec\Test::Unit? Or would it be better for a existing C# unit testing framework (NUnit\MbUnit) to have some DLR support? Regards Ben Blog.BenHall.me.uk On Thu, Apr 10, 2008 at 9:53 AM, Thibaut Barr?re <thibaut.barrere at gmail.com> wrote:> Hi, > > I just watched Jeff Wilcox videos about the Silverlight testing > framework (http://www.jeff.wilcox.name/2008/03/20/vid-silverlight-control-ut/) > and questions come to my mind. > > Is this framework planned to be the "standard" testing framework for > Dynamic Silverlight as well ? Or will we build upon the spec framework > already in the IronRuby distribution ? > > Writing this and after digging a bit inside the code, I believe we > could do both ways: use the spec syntax and rely either on the UI > testing framework or on mock objects, when relevant. > > Any insight from the MS team ? > > cheers! > > Thibaut > -- > [blog] http://evolvingworker.com - tools for a better day > [blog] http://blog.logeek.fr - about writing software > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >
John Lam (IRONRUBY)
2008-Apr-11 14:20 UTC
[Ironruby-core] Perspectives for unit and ui testing for Dynamic Silverlight
Ben Hall:> Do you expect people writing Ruby to use RSpec\Test::Unit? Or would it > be better for a existing C# unit testing framework (NUnit\MbUnit) to > have some DLR support?There are folks today who are very interested in using IronRuby to test existing C# code. I know that Phil Haack would love to test ASP.NET MVC using Ruby tests - see his recent blog post here: http://haacked.com/archive/2008/04/09/my-first-ironruby-unit-test-spec-for-asp.net-mvc.aspx I need to do a better job at helping folks out with scenarios around IronRuby, but to be blunt my hands are kind of full just getting the language and libraries to work! Remember - we do have full time positions open for IronRuby devs on my team :) Thanks, -John