Skip to content

Web automated tests for automationexercise.com using Selenium WebDriver and TestNG framework.

Notifications You must be signed in to change notification settings

intizarguzelcay/automationexercise-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€πŸͺ² AutomationExercise Web Automation Tests πŸͺ²

This project contains web automation tests written for the AutomationExercise website. The tests are developed using Selenium and Java to verify various functionalities of the AutomationExercise platform.


πŸ“ Project Structure The project has the following directory structure:

automationexercise-tests/ β”œβ”€β”€ src/main/java/pages/ # Page Object Model classes β”œβ”€β”€ src/main/java/utils/ # Utility classes (e.g., DriverManager) β”œβ”€β”€ src/test/java/tests/ # Test classes β”œβ”€β”€ testng.xml # TestNG configuration file β”œβ”€β”€ pom.xml # Maven dependencies └── README.md # Project documentation


πŸ›  Technologies Used

Java 11 – Programming language

Selenium WebDriver – Web automation

TestNG – Test management

Maven – Dependency management and build tool

IntelliJ IDEA – Development environment


πŸ” Test Scenarios This project tests the following scenarios:

User Registration Test πŸ“‹ Verifies that new users can register correctly.

User Login Test πŸ” Tests that users can log in by entering the correct information.

Product Test πŸ› Verifies product search, viewing product details, and adding items to the cart.

Cart Test πŸ›’ Validates that products are listed correctly on the cart page, product details (image, name, price, quantity, etc.) are displayed, and users can proceed to the checkout step.


πŸ’¬ If you have any questions or suggestions, feel free to reach out to me.


About

Web automated tests for automationexercise.com using Selenium WebDriver and TestNG framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages