Giter Club home page Giter Club logo

python-bdd-practice's Introduction

A framework I created for practicing Web UI automation testing in Python:

Packages I use:

  • selenium: For driver automation
  • webdriver-manager: For webdriver installation
  • behave: A testing tool that supports Behaviour Driven Development (BDD). Semi-official Cucumber implementation for Python

Utilities I have created:

  • Driver: To manage Selenium WebDriver from a central place to use it with ease of config files, preventing repetition of code and duplication of drivers being used
  • ConfigurationReader: To store values like browser type, testing environment URL, etc.

Website I Test:

Swag Labs: A demo website to be tested for learners


To run the test

  • Clone the repository:

    git clone https://github.com/memreyagci/python-bdd-practice
    
  • Install the required libraries (preferably after switching to a virutal environment):

    pip install -r requirements.txt
    
  • Run with behave

    behave
    
    • Or running by tags assigned in feature files:
      behave --tags=tagname
      

python-bdd-practice's People

Watchers

James Cloos avatar Musa Yagci avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.