views:

303

answers:

2
+4  Q: 

TDD with Episerver

What is the best way to abstract the episerver infrastructure for easier testing?

+2  A: 

Perhaps this post will help: EPiServer CMS 5 R2 and unit testing

Frederik Vig
+3  A: 

I have written a post about TDD with EPiServer recently.

Basically the idea is to use Model-View-Presenter design pattern to isolate as much logic as you can from asp.net runtime.

Marek Blotny