Skip to content

Vincenzo0297/Selenium-Java-Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Selenium Java Testing Project Overview This repository contains automated test scripts written in Java using the Selenium WebDriver framework. These scripts are designed to test web applications' functionality, performance, and user workflows.

Features Automated UI testing for web applications. Cross-browser testing (e.g., Chrome, Firefox). Integration with TestNG/JUnit for assertions and reporting. Easy to extend and maintain. Technologies Used Programming Language: Java Automation Framework: Selenium WebDriver Test Runner: TestNG/JUnit Build Tool: Maven/Gradle IDE: IntelliJ IDEA/Eclipse Prerequisites Install Java JDK. Install Maven or Gradle. Install a supported browser (e.g., Chrome, Firefox). Install the corresponding WebDriver (e.g., ChromeDriver for Chrome). Getting Started

  1. Clone the repository bash Copy code git clone https://github.com/your-username/selenium-java-testing.git
    cd selenium-java-testing
  2. Install dependencies bash Copy code mvn clean install
  3. Run Tests Using TestNG bash Copy code mvn test
    Using JUnit bash Copy code mvn test -Dtest=TestClassName

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published