KoffeeKoder


  • Remove Hex from the Unit Tests Using the Pex Framework
    published on 6/18/2008 10:10:19 AM

  • Pex stands for Program EXploration and it is a Microsoft Research Project. Pex helps to write more strong unit tests. It works by passing different parameters to the parametrized unit tests and see if they fail or not. If they fail then it gives you the option to fix those tests or ignore those parameters. You can run your Pex Tests directly from Visual Studio if you are using MS Test or you can use command line tool if you are using a different testing framework like NUnit, MBUnit, XUnit etc.

    I have created a small video which introduces the Pex Framework. You can watch the video on AspAlliance. Click on the link below to watch the video:

    Introduction to the Pex Framework