Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 908 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 908 Bytes

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

  • .NET Framework 4.0 or higher It has two dependencies which get installed with the Nuget package:
  • ASP.NET MVC 3 (or higher)
  • Web Activator 1.5.3

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.