Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TDD with Episerver

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

like image 977
marto Avatar asked Nov 23 '08 18:11

marto


2 Answers

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.

like image 58
Marek Blotny Avatar answered Oct 21 '22 14:10

Marek Blotny


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

like image 42
Frederik Vig Avatar answered Oct 21 '22 14:10

Frederik Vig