- It is the usage of Selenium in Spring Boot Application
- Through its usage, the process is automatically tested
- The aim of the example is shown below step by step
- Thanks to JUnit, each process is tested properly and flawlessly
- Each process is tested and implemented by Google Chrome
- Each process is explained in the table shown below
Method | Description |
---|---|
login | Show the implementation of login process through Selenium |
repositoryCheck | Search and check repository in the Github main page after login through Selenium/td> |
findRepositoryForAuthenticatedUser | Find Repository by search Parameter in authenticated Github profile page after login through Selenium |
logout | Show the implementation of logout process after login through Selenium |
- Core
- Spring
- Spring Boot
- Spring Web
- Spring
- Selenium
- JUnit5
- Web driver manager
1 ) Download your project from this link shown below
git clone https://github.com/Rapter1990/selenium
2 ) Go to the project's home directory shown below
cd selenium
3 ) Create a jar file though this command shown below
mvn clean install
4 ) Run the project though this command shown below
mvn spring-boot:run