nachereshata / python-behave-automation-framework

Test Automation Framework Using Python and Behave BDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BDD Automation Framework

BDD framework built using Python and Behave to support automation testing of websites on various browsers. This project tries to automate simple booking flight flow on cleartrip [ https://www.cleartrip.com/ ] site.

Getting Started

pip install -r requirements.txt

Prerequisities

Python version >= 2.7.11
Any browser (Firefox, Chrome, IE or Safari)

Running the tests

To run scripts for uitests: behave features/modules --tags=smoke --junit --no-capture

Built with

  • python >= 2.7.10
  • behave >= 1.2.5
  • parse >= 1.6.3
  • parse_type >= 0.3.4
  • selenium >= 2.48.0
  • argparse
  • PyHamcrest >= 1.8

About

Test Automation Framework Using Python and Behave BDD


Languages

Language:Python 98.1%Language:Gherkin 1.9%