An open API service indexing awesome lists of open source software.

https://github.com/nakov/specflowtests-calculatorapp

Sample C# SpecFlow-based BDD Tests for a Web App "Number / Metric Calculator"
https://github.com/nakov/specflowtests-calculatorapp

Last synced: 5 months ago
JSON representation

Sample C# SpecFlow-based BDD Tests for a Web App "Number / Metric Calculator"

Awesome Lists containing this project

README

          

# SpecFlowTests for the "Number / Metric Calculator" Web App
Sample C# SpecFlow-based BDD Tests for a Web App "Number / Metric Calculator"

## Automated BDD Tests
We want to write automated tests with SpecFlow and Selenium for the following Web app: https://js-calculator.nakov.repl.co

![image](https://user-images.githubusercontent.com/1689586/107686982-95e73900-6cae-11eb-8e10-366a38f82ff5.png)

![image](https://user-images.githubusercontent.com/1689586/107687002-9c75b080-6cae-11eb-8e05-03b8cfbd2cc1.png)

## Screenshots from Visual Studio

![image](https://user-images.githubusercontent.com/1689586/107687078-b2837100-6cae-11eb-8924-d5ea3eb953a2.png)

![image](https://user-images.githubusercontent.com/1689586/107687112-c16a2380-6cae-11eb-84a2-451083b3ff75.png)

## Install the SpecFlow Visual Studio Extension First!

To compile this project, first install the SpecFlow Visual Studio Extension:

![image](https://user-images.githubusercontent.com/1689586/107687324-042bfb80-6caf-11eb-8302-79c38d44d2bf.png)

![image](https://user-images.githubusercontent.com/1689586/107687328-07bf8280-6caf-11eb-859a-7f09176a80dd.png)

If you have the SpecFlow extension, you will be able to create SpecFlow projects:

![image](https://user-images.githubusercontent.com/1689586/107687337-0aba7300-6caf-11eb-9851-7b6387a932e5.png)