Skip to main content

Posts

Showing posts with the label abtasty

Server-side AB testing in ASP.NET Core web applications

You've likely heard of Optimizely , or ABTasty , but what if you don't want to shell out money to do your own server-side testing? You know the benefits of server-side testing, it is invaluable . Whether you are a big shop, or small team, you can implement server-side testing today in your ASP.NET Core web application. Today, we will explore how to implement server-side testing in ASP.NET Core web applications with OSWTF . A/B testing Disclaimer: I am the author of OSWTF; it is based on work I have previously done working in an ecommerce team. The framework itself does not offer any analytics integration, as that is likely company/project-specific and can easily be added yourself. *Please be aware before the package gets released as a major release, the framework is subject to breaking changes. What is OSWTF OSWTF stands for O pen S ource W eb T esting F ramework. The framework is a very simple integration into your web applications to enable server-side testing c...