Giter VIP home page Giter VIP logo

bugbank-selenium's Introduction

BugBank - O banco com bugs e falhas do seu jeito

Bug Bank 🐞

This repository contains the automated testing suite for BugBank.
The goal of this suite is to ensure that the application meets its functional requirements, providing a reliable and seamless user experience.

BugBank application was developed by Jhonatas Matos and you can check the Bug Bank repository on github.

Test Plan πŸ‘¨β€πŸ”¬

The avaiable Test Plans for the application are located here:

Pre-requirements πŸ“‹

To run this project you will need

  • Python 3.x (I've used version 3.11.2 while making this project)
  • Your Browser Webdriver (see more below)

WebDrivers

For Web UI testing, you will need to install the latest versions of the WebDriver executables for your browser:

Each test case will launch the WebDriver executable for its target browser. The WebDriver executable will act as a proxy between the test automation and the browser instance. Please use the latest versions of both the browsers and the WebDriver executables. Older versions might be incompatible with each other.

ChromeDriver and geckodriver must be installed on the system path.

Virtual Environment 🌲

Run python -m venv envname to make a new virtual environment, e.g.:

python -m venv bugbank

Active the environment:

  • Windows
bugbank\Scripts\activate
  • Linux/MacOs
bugbank/bin/activate

Installation πŸ—οΈ

Install all the requirements

pip install -r requirements.txt

Running the tests βœ”οΈ

To run the tests, make sure you are in the root folder of the project and type in the terminal

behave

Or you can run just one especific feature file

behave features\login.feature

Support this project πŸ™Œ

If you want to support this project, leave a ⭐.


Made with ❀️ by Rodrigo Molter.

bugbank-selenium's People

Contributors

rodrigomolter avatar

Stargazers

Isadora Silva  avatar

Watchers

 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.