Skip to content

Wario-Ametrano/Selenium-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Selenium Projects πŸ§ͺ

Collection of automated UI tests built using Selenium WebDriver.

This repository contains end-to-end test automation examples implemented with best practices in mind, focusing on maintainability, scalability, and clean test design.

Technologies Used πŸš€

Selenium WebDriver:

  • Java / JavaScript / Python (update based on your stack)
  • Test Framework (JUnit / TestNG / PyTest / etc.)
  • Maven / Gradle / npm (if applicable)
  • WebDriver Manager (if used)

Setup Instructions βš™οΈ

  • Clone the repository:
git clone https://github.com/Wario-Ametrano/Selenium-Projects.git
cd Selenium-Projects
  • Install dependencies:
npm install
  • Rub Test with Python:
python numbeo.py

Automation Approach 🧠

This project follows automation best practices:

  • Separation between test logic and page logic (Page Object Model if implemented)
  • Clear and readable locators
  • Explicit waits when necessary
  • Maintainable and reusable test structure
  • Scalable framework design

Reporting πŸ“Š

Test execution results are available through:

  • Console output
  • Built-in test framework reports
  • Custom reports (if configured)

Browser Support πŸ”

Tests can be executed on:

  • Chrome
  • Firefox
  • Edge
  • (Depending on WebDriver configuration)

Goals of This Repository πŸ“Œ

  • Practice and improve UI automation skills
  • Implement professional Selenium test architecture
  • Build a scalable and maintainable automation framework
  • Simulate real-world QA scenarios

About

Automated test with Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages