vote up 1 vote down star
2

I was looking into additional ways to test ASP.NET MVC applications and ran into Steve Sanderson’s MvcIntegrationTestFramework. The approach looks rather promising but I was wondering if anyone had any actual experience to share.

flag

60% accept rate
I haven't used it yet but the idea of decoupling the browser from the integration test is very appealing. – Robert Harvey Aug 13 at 17:59
But to me integration implies the, um, integration of the layers. And browser (especially javascript and ajax) is, indeed, a layer that should be tested. – James S Aug 14 at 7:43
Hi James. That certainly needs to be done but in my experience it is difficult to automate and due to the browser differences you need to do it for a number of them. So this is not a replacement but an addition to in browser testing. And useful for finding regressions. – Maurice Aug 14 at 8:13

1 Answer

vote up 0 vote down

I haven't used this framework. But based on my experience of reading his book -Pro ASP.NET MVC Framework, and another validation framework xVal he developed, I would say "HE IS GREAT".

link|flag
I really like his book as well. In fact I have a copy next to me right now. – Maurice Aug 14 at 6:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.