Skip to content

htayebi/AbTestMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

AbTestMaster is a split testing framework for ASP.NET MVC applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages