A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • 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 a SpecFlow manner. Installing SpecFlow Although it’s not technically necessary I’d advice you to ad...

  • Syndicated blog - Posted on: Jan 28, 2013

    UPDATE: Updated blog post to solve issues and questions posted in the comment section, as well as generalizing it to work with XForm instances on pages as well. This version also supports redirection after form submission as well as proper...

  • Syndicated blog - Posted on: Jan 28, 2013

    The most awesome features of EpiServer 7 is arguably it's Block system and that it's possible to use MVC when developing sites. Alas, some things in EPiServer 7 apparently has some bugs when it comes to supporting MVC and blocks - XForms being one...

  • Posted on: Jan 27, 2013

    We have enabled out of the box Sequential workflow for one of our customers, the workflow starts when an editor modify or create a page and push 'Ready to Publish' button. Then an approver receives the workflow email and by default the email is fr...

  • Syndicated blog - Posted on: Jan 27, 2013

    Once you start to implement web site driven by EPiServer Commerce the necessity of scheduled background job(s) sooner or later will rise. A nice approach and existing framework is used in EPiServer Commerce solutions – background jobs are schedule...

  • Syndicated blog - Posted on: Jan 26, 2013

    Developers, take your partner by the hand. Having a bit of fun with EPiServer community statistics for 2013.

  • Syndicated blog - Posted on: Jan 26, 2013

    In the last article I wrote how to create StructureMap composition root for Web API, but I mentioned that it will not work with dependences which are disposable. Solution for this issue is simple - use StructureMap's nested containers. To implemen...

  • 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 new browser window. One way to mitigate this is to use the same browser throughout all the test which...