Skip to content

🐞Automated testing suite for the BugBank application. The tests are written in Python using Selenium WebDriver.

License

Notifications You must be signed in to change notification settings

rodrigomolter/bugbank-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🐞Automated testing suite for the BugBank application. The tests are written in Python using Selenium WebDriver.

Resources

License

Stars

Watchers

Forks