Welcome to the Java Selenium WebDriver Introduction repository!
This repository was created by Marco A. Cruz and is designed to help you get started with automating web applications using Selenium WebDriver in Java. Whether you're new to test automation or looking to refine your skills, this repository contains basic examples and structures to kick-start your journey.
Follow along by watching the videos in this automateNow Intro to Selenium WebDriver Video Tutorials.
This repository provides:
- Simple Examples: Demonstrations of how to use Selenium WebDriver for basic browser operations.
- Test Framework Setup: An introduction to setting up a basic test framework with Maven for Selenium tests.
- Best Practices: Tips on writing clean, maintainable, and efficient Selenium tests.
pom.xml
: Lists all necessary dependencies for running Selenium tests with Java, including:
- Selenium WebDriver
- TestNg
Prerequisities
- Java Development Kit (JDK) version 11 or higher installed.
- Maven for dependency management.
- Clone the Repository
git clone https://github.com/automatenow/java-selenium-webdriver-intro.git
cd java-selenium-webdriver-intro
-
Build the Project
mvn clean install
-
Use your favorite IDE to run the tests.
This project is licensed under the MIT License - see the LICENSE file for details.
automateNow is a leading learning platform catering to the needs of software testers. We are dedicated to empowering testers with the necessary skills and resources to excel in test automation and beyond.