项目作者: Jarga

项目描述 :
Agnostic Test Automation Framework using the Page Object pattern
高级语言: C#
项目地址: git://github.com/Jarga/Alias.git
创建时间: 2014-09-08T18:34:44Z
项目社区:https://github.com/Jarga/Alias

开源协议:MIT License

下载


Alias

Agnostic Test Automation Framework using the Page Object pattern

This Framework is intended to be a wrapper around UI test automation drivers and unit test frameworks.

Current implementation only supports Selenium and XUnit but can be expanded as needed.

Revolves around using aliasing to build pages and elements that represent the application under test. Can be used to compose ui automation frameworks for small or large scale web sites/applications.

Install core framework with:

PM> Install-Package Aliases.Common

Install selenium driver wrappers:

PM> Install-Package Aliases.Drivers.Selenium

Install XUnit executor wrappers:

PM> Install-Package Aliases.TestExecutors.XUnit

Check out Getting Started for a basic overview.