Skip to content

automatenow/java-selenium-webdriver-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Selenium WebDriver Introduction

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.

Overview

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.

Configuration

pom.xml: Lists all necessary dependencies for running Selenium tests with Java, including:

  • Selenium WebDriver
  • TestNg

Getting Started

Prerequisities

  • Java Development Kit (JDK) version 11 or higher installed.
  • Maven for dependency management.

Installation

  1. Clone the Repository
git clone https://github.com/automatenow/java-selenium-webdriver-intro.git
cd java-selenium-webdriver-intro
  1. Build the Project mvn clean install

  2. Use your favorite IDE to run the tests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About automateNow

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.

About

Intro to web automation suing Java Selenium WebDriver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published