Skip to content

This is a personal project aimed at improving my skills in automated testing with Selenium Java.

Notifications You must be signed in to change notification settings

adamcegielka/selenium-automation-tester-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium.dev

Learning testing with Selenium Java

This is a personal project aimed at improving my skills in automated testing with Selenium Java. The project was created exclusively for learning testing with Selenium Java and to showcase my abilities.

Project structure

/selenium-automation-tester-course
  ├── .github
  │   └── workflows
  │       └── selenium-tests-main.yml
  ├── snippets
  │   └── alert-handling.md
  ├── src
  │   ├── main
  │   │   ├── java
  │   │   │   └── org.example
  │   │   └── resources
  │   └── test
  │       └── java
  │           ├── BrowserDriverManager.java
  │           ├── BrowserSetupTest.java
  │           ├── CloseWindowTest.java
  │           ├── LocatingElementsByClassTest.java
  │           ├── LocatingElementsByIdTest.java
  │           ├── LocatingElementsByNameTest.java
  │           ├── OpenBookingPageTest.java
  │           ├── SeleniumTest.java
  │           ├── Test01GoogleComTest.java
  │           ├── Test02SeleniumDemoComTest.java
  │           ├── WebDriverManagerTest.java
  │           └── ZeroTemplateTest.java
  ├── tips
  │   ├── conventional-commits.md
  │   ├── git.md
  │   ├── meven-phases.md
  │   └── shortcuts.md
  ├── .gitignore
  ├── pom.xml
  └── README.md

Install

MVN REPOSITORY

Tutorials

About

This is a personal project aimed at improving my skills in automated testing with Selenium Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages