An open API service indexing awesome lists of open source software.

https://github.com/tiagocbarbosa/firstseleniumapp


https://github.com/tiagocbarbosa/firstseleniumapp

java junit selenium selenium-webdriver

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# FirstSeleniumApp
This is my first Selenium app using both Selenium Web Driver and JUnit technologies. In this project, I'm interacting with the **Google website**.

Please select the file [/src/FirstSteps.java](https://github.com/tiagocbarbosa/FirstSeleniumApp/blob/main/src/FirstSteps.java) to check my Selenium code and the [/src/JUnitAnotations.java](https://github.com/tiagocbarbosa/FirstSeleniumApp/blob/main/src/JUnitAnotations.java) file to check my JUnit annotations.

## References
[PEIXOTO, Rafael. Selenium WebDriver: Descomplicando testes automatizados com Java.](https://www.casadocodigo.com.br/products/livro-selenium-webdriver)