Do you know the best way to do A/B testing?
Updated by Brady Stroud [SSW] 1 year ago. See history
123
No component provided for introEmbed
Feature Flags (Recommended)
Feature flags are a modern way to toggle features for users. They are essentially a little bit of code that can be turned on and off at will. That means you can choose, when features are deployed and who gets them.
Feature flags are often implemented by developers writing their own code. However, there are better solutions today:
- Video interview of LaunchDarkly CEO Edith Harbaugh
- Azure App Configuration is the recommended solution and there are some great tutorials that help developers get up and running in minutes:
Azure Deployment Slots
Azure Deployment Slots are another way of doing A/B testing, you essentially deploy 2 versions of your app and then direct traffic to different versions.
Azure FrontDoor
Azure FrontDoor is an offering that lets developers direct traffic to different versions of an app.
Related rules
Need help?
SSW Consulting has over 30 years of experience developing awesome software solutions.