This repository contains three projects:
SpecFlowExamples
- Basic examples of Gherkin language and SpecFlow features
SpecFlowExamples.Calculator
- Concrete example for calculator testing
- Integration of MS Dependency Injection plugin
SpecFlowExamples.WebDriver
- Simple browser automation
- Usage of SpecFlow in combination with Selenium WebDriver
SpecFlow:
- https://docs.specflow.org/projects/specflow/en/latest/
- https://docs.specflow.org/projects/specflow/en/latest/Gherkin/Gherkin-Reference.html
- https://docs.specflow.org/projects/specflow-livingdoc/en/latest/
Selenium: