Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romrobillos/saucedemo
https://github.com/romrobillos/saucedemo
extentreports java maven-plugin pagefactorymodel pom selenium-java selenium-webdriver test-automation testing testng-dataprovider testng-framework testng-listener
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/romrobillos/saucedemo
- Owner: romrobillos
- Created: 2025-01-10T20:41:15.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-01-11T17:43:46.000Z (2 days ago)
- Last Synced: 2025-01-11T19:32:24.728Z (2 days ago)
- Topics: extentreports, java, maven-plugin, pagefactorymodel, pom, selenium-java, selenium-webdriver, test-automation, testing, testng-dataprovider, testng-framework, testng-listener
- Language: Java
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains an automated test suite for the SauceDemo website, built using Selenium, TestNG, and the Page Factory design pattern.
## Features
-Page Factory Implementation
-TestNG Integration
-Automation Scenarios: Test scripts for login functionality, product interactions (add/remove items to/from cart) until checkout.## Key Highlights
-Page Object Model (POM): Implements the Page Object Model using Page Factory.
-Assertions: Validates key functionalities using assertions for accurate test results.
-Maven: manages dependencies.## Technologies Used
-Java
-Maven
-Selenium WebDriver
-TestNG