Skip to content

BrianGator/Selenium-Test-Automation-w-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium WebDriver Test Automation with Java

This project using Selenium WebDriver with Java and Maven demonstrates basic web browser automation using the Selenium WebDriver library. It includes examples of navigating to a website, interacting with elements (text input, button clicks), and making simple assertions. The tests are set up to run locally using the Chrome browser and JUnit 5 as the test runner.

Selenium WebDriver is a trusted, open-source tool that's great for anyone looking to automate web applications. Locating and interacting with web elements, managing element states, and implementing effective wait strategies, browser interactions, use of Actions APIs, and the Page Object Model for creating maintainable test frameworks.

integrated with GitHub Codespaces, an instant cloud developer environment that offers all the functionality of your favorite IDE without the need for any local machine setup. With GitHub Codespaces, you can get hands-on practice from any machine, at any time—all while using a tool that you’ll likely encounter in the workplace.

When switching from one exercise files branch to the next after making changes to the files, you may get a message like this: error: Your local changes to the following files would be overwritten by checkout: [files] Please commit your changes or stash them before you switch branches. Aborting

To resolve this issue: Add changes to git using this command: git add . Commit changes using this command: git commit -m "some message"

About

Selenium WebDriver Test Automation using Java Maven Node.js JUnit Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5