Skip to content

Project Structure

Lukasz Rajchel edited this page Jun 4, 2018 · 6 revisions

Project structure

The solution is divided into source and test projects. Unit tests and integration tests are split into separate assemblies.

src\
  Selenium.WebDriver.Extensions
test\
  Selenium.WebDriver.Extensions.Tests
  Selenium.WebDriver.Extensions.IntegrationTests

Integration tests

Application features are tested using integration tests on Internet Explorer, Chrome, Firefox and Edge.