IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
When developing for Sitefinity CMS, you often need to cover your custom code with tests in order to verify that it works properly. In the most cases you will be writing either Unit tests or Integration tests.
The tool allows you to run integration test written using the Gallio and the MbUnit frameworks in the context of the Sitefinity CMS application, thus allowing you to test the code that you wrote for it. The tests are hosted in a Sitefinity CMS application. This allows them to use the Sitefinity context in order to test your custom logic in an actual environment. The Sitefinity CMS web test runner connects to the Sitefinity application and queries all of the tests available.
NOTE: You can download the Gallio and MbUnit from here. You can also read the documentation about their usage at the MbUnit homepage.
You can download the web test runner from the following locations, depending on the Sitefinity CMS version you are using:
Telerik.WebTestRunner.Server.nupkg package. To install the package, follow the instructions on Sitefinity CMS NuGet Repository home page.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important