World is now on Opti ID! Learn more

Stefan Forsberg

 Alias:
 Company: Valtech AB
 Location: Sweden
 About me: When I'm not coding I'm probably out hunting or fishing or watching anything motor related on tv.

CRP Information

Level: Participating Citizen
Total contribution points: 699 (gain 51 points more to level up)

Score Distribution

Syndicated blog - Posted on: Sep 02, 2013

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....

Syndicated blog - Posted on: Aug 29, 2013

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...

Syndicated blog - Posted on: Aug 27, 2013

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...

Syndicated blog - Posted on: Aug 27, 2013

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...

Syndicated blog - Posted on: Apr 20, 2013

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...

Syndicated blog - Posted on: Feb 24, 2013

Some context: when using an in memory implementation of IContentRepository (most likely in a test scenario) you need to create pages that are...

Syndicated blog - Posted on: Feb 18, 2013

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...

Syndicated blog - Posted on: Jan 29, 2013

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...

Syndicated blog - Posted on: Jan 25, 2013

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...

Syndicated blog - Posted on: Jan 24, 2013

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...