0 people following this project (follow)

EPiServer Page providers test project is a helper to test custom build page providers for EPiServer.

Installation using MSTest:

  • Download the source.
  • Compile the project.
  • Test the project with the build in MemoryPageProvder.
  • Change the PageProvider declaration in the tag episerver/pageProvider in the file TestFiles/EPiserver.config.
  • Test your custom PageProvider

Installation changes using NUnit:

  • Remove the reference to Microsoft.VisualStudio.QualityTools.UnitTestFramework
  • Add a reference to NUnit (I tested with version 2.5.2 of NUnit)
  • Use the build target NUNIT
  • Running the tests with NUnit requires a valid EPiServer Enterprise license located in the TestFiles/ folder.

Last edited Aug 26 2010 at 10:46 AM by MattiasLovstrom, version 4

Comments

No comments yet.