The Integration Tests sample project contains integration tests that you can run with the web test runner.
This project is module-free.
The sample project provides you with a ready-to-test project that you can use to test the functionality of the web test runner.
-
Sitefinity license
-
.NET Framework 4
-
Visual Studio 2012
-
Microsoft SQL Server 2008R2 or later versions
Clear the NuGet cache files. To do this:
- In Windows Explorer, open the %localappdata%\NuGet\Cache folder.
- Select all files and delete them.
- In Solution Explorer, navigate to SitefinityWebApp -> App_Data -> Sitefinity -> Configuration and select the DataConfig.config file.
- Modify the connectionString value to match your server address.
For version-specific details about the required Sitefinity NuGet packages for this sample application, click on [Releases] (https://github.com/Sitefinity-SDK/Telerik.Sitefinity.Samples.IntegrationTests/releases).
To login to Sitefinity backend, use the following credentials:
Username: admin
Password: password
To run the tests in the Web Test Runner application:
-
Navigate to Telerik.WebTestRunner.Client folder.
-
Run the Telerik.WebTestRunner.Client.exe.