Skip to content
CosminSontu edited this page Nov 11, 2016 · 48 revisions

SpecDrill Setup Guide

Prerequisites:

Steps

  1. Create a new Unit Test project in Visual Studio (MsTest)

  2. Make sure your newly created project targets .Net Framework 4.6.1 (setting is found in Project properties > Application > Target Framework)

  3. Install SpecDrill NuGet Package from www.nuget.org official feed (search SpecDrill)

  4. Run provided GoogleSearchTests.ShouldHaveResultsWhenSearchingGoogle() test case.

  5. Start writing your tests. (Have a look at PageObjects folder for Page Object / Control Object examples and at GoogleSearchTests.cs for a test example)

Note: SpecDrill NuGet package installs ChromeDriver NuGet package as a dependency. As a consequence in specDrillConfig.json file, webdriver.browserDriver setting points to chrome webdriver.browserDriversPath setting points to installed ChromeDriver package location.

Clone this wiki locally