Skip to content
#

datadriventesting

Here are 9 public repositories matching this topic...

This project demonstrates login automation using Selenium and pytest with a Data-Driven Testing (DDT) approach. It tests login functionality with various credentials to ensure both successful and failed login scenarios are covered. The tests are parameterized using pytest.mark.parametrize, making it easy to handle different input data.

  • Updated Sep 20, 2024
  • Python

AutomationExercise is a web-based e-commerce platform designed for QA engineers to practice automation testing. This project implements an advanced Selenium-based test automation framework in Python using Pytest. The framework is structured for modularity, reusability, and scalability, enabling efficient end-to-end testing.

  • Updated Feb 16, 2025
  • Python

Improve this page

Add a description, image, and links to the datadriventesting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datadriventesting topic, visit your repo's landing page and select "manage topics."

Learn more