Skip to content

debsscc/Quality_Assurance-_Selenium-_-Pytest_Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated Testing Project

Course: Software Quality
Student: Débora Sieburger Carvalho
Submission Date: 06/03/2025
Institution: Centro Universitário Senac-RS - Pelotas

Project Structure

  • funcional/test_adicionar_produto.py: functional test using Selenium (login on https://www.saucedemo.com/)
  • unitario/: Python functions with unit tests using Pytest

How to run

  1. Install the dependencies and run the tests:
pip install -r requirements.txt

# Run functional tests (Selenium)
cd funcional
py test_adicionar_produto.py

# Run unit tests (Pytest)
cd ../unitario
python -m pytest test_utils.py -s

About

Unit tests using Pytest to validate utility functions like email validation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages