/Behave-SoftwareTesting

project to test behave core features

Primary LanguagePython

Behave Software-Testing

In this project we are introducing behave core features on 2 artifacts : CSP problem "K-map coloring" and simple flask application

These features include :

  • Steps
  • Natural Language
  • Step Parameters
  • Scenario Outline
  • Multi-line Text (Step Data)
  • Setup Table
  • Result Table
  • Execute Other Steps in a Step
  • Use Background
  • User-defined Data Type
  • Use Tags and another Spoken Language

Behave could be installed using pip/pip3

pip install behave

For flask integration with behave please check that all requirements are installed by running the following command

cd flask_integration/ && pip install -r requirements.txt