World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
This post is part of a series of post where I try to implement an in memory IContentRepository. The tests for this posts are found here and here....
This post is part of a series of post where I try to implement an in memory IContentRepository. The tests for this posts are found here. In this po...
This post is part of a series of post where I try to implement an in memory IContentRepository. The tests for this posts are found here. When getti...
If you want to test against IContentRepository you have some different options. 1. Database This is basically the same thing as when you’re running...
When my colleague Niklas Melinder applied patch 2 for EPiServer 7 he ran into trouble when the site was deployed to our acceptance server. The site...
Some context: when using an in memory implementation of IContentRepository (most likely in a test scenario) you need to create pages that are...
Let’s say I want to use the new (brilliant) ISelectionFactory to easily create a list of something for the editor to choose. The data the editor us...
This post is not going to be about what BDD / Specification by example is and the benefits of it but more of a quick start with doing UI-testing in...
Executing our two test takes around 20 seconds. If you’ve run the test you’ve noticed that a lot of the test time is actually spent on opening a ne...
The code we ended up with in the previous post works but it’s hardly optimal. There are some tasks that are performed in each and every UI test. Fo...