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

https://github.com/niweera/learnselenium

Learn Selenium for Web Test Automation with Java (Eclipse) and TestNG Framework.
https://github.com/niweera/learnselenium

geckodriver java selenium selenium-webdriver testing testng

Last synced: about 1 year ago
JSON representation

Learn Selenium for Web Test Automation with Java (Eclipse) and TestNG Framework.

Awesome Lists containing this project

README

          

## How to do web automation testing using Java (Eclipse), TestNG framework and Selenium Web Driver?

1. Install TestNG framework in Eclipse.
(Follow [this](https://www.ecanarys.com/Blogs/ArticleID/169/How-to-Install-TestNG-framework-Step-by-Step-installation-process) tutorial.)

2. Configure Selenium Java Client Driver.
(Follow [this](https://www.guru99.com/installing-selenium-webdriver.html) tutorial.)

3. Implement the tests. Done!

Additional Resources:

>Selenium Java Files - https://selenium-release.storage.googleapis.com/3.141/selenium-java-3.141.59.zip

>Learn Selenium Locators - https://www.seleniumeasy.com/selenium-tutorials/selenium-locators

>TestNG - https://testng.org/doc/download.html

>ChromeDriver - https://sites.google.com/a/chromium.org/chromedriver/downloads

>Firefox Gecko Driver - https://github.com/mozilla/geckodriver/releases