htayebi / AbTestMaster

AbTestMaster is a split testing framework for ASP.NET MVC applications.
MIT License
20 stars 7 forks source link

AbTestMaster

AbTestMaster is a free split testing framework for ASP.NET MVC applications. It makes performing A/B testing extremely simple.

How to Install

The easiest way to add ABTestMaster to your application is to install [Nuget Package] (https://www.nuget.org/packages/AbTestMaster/) via VIsual Studio. In Package Manager Console, type:

    Install-Package AbTestMaster

Alternatively, right click on your MVC project, click on Manage Nuget Packages and search for AbTestMaster.

Minimum Requirements

How to Use

For full documentation, please look at [A/B Test Master] (http://diy.abtestmaster.com/docs/) website.

You can also download the sample project from the source code.