/Telerik.Sitefinity.Samples.IntegrationTests

The Integration Tests sample project contains integration tests that you can run with the web test runner. This project is module-free.

Primary LanguageC#

Telerik.Sitefinity.Samples.IntegrationTests

Build Status

Integration Tests Sample

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.

Requirements

  • Sitefinity license

  • .NET Framework 4

  • Visual Studio 2012

  • Microsoft SQL Server 2008R2 or later versions

Prerequisites

Clear the NuGet cache files. To do this:

  1. In Windows Explorer, open the %localappdata%\NuGet\Cache folder.
  2. Select all files and delete them.

Installation instructions: SDK Samples from GitHub

  1. In Solution Explorer, navigate to SitefinityWebApp -> App_Data -> Sitefinity -> Configuration and select the DataConfig.config file.
  2. 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).

Login

To login to Sitefinity backend, use the following credentials:

Username: admin

Password: password

Run the sample

To run the tests in the Web Test Runner application:

  1. Navigate to Telerik.WebTestRunner.Client folder.

  2. Run the Telerik.WebTestRunner.Client.exe.

Additional resources

Developer's Guide

Creating integration tests