forked from webdrivendevelopment/SpecDrill
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Cosmin Valentin Sontu edited this page Sep 21, 2021
·
48 revisions
SpecDrill is an opinionated interface test automation framework. It embodies proven patterns (PageObject) to make user interface automation easier. It uses a simplified programming model which eliminates boilerplate code. _The aim of SpecDrill is to be easy to adopt and use without previous test automation experience. Within a team, ideally, _ SpecDrill is used by both testers and developers.
-
Specdrill programming model is designed to support multiple test interfaces:
Currently supported: Web, Mobile
Planned: REST
-
SpecDrill is designed to be able to leverage various test frameworks.
Currently supported: WebDriver
Planned: -
-
SpecDrill is designed to be used with any test run framework.
Currently supported: MsTest, SpecFlow
Planned: XUnit, Gauge