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.
- Host: GitHub
- URL: https://github.com/niweera/learnselenium
- Owner: Niweera
- License: mit
- Created: 2019-08-03T11:56:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T09:07:49.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T08:43:52.588Z (about 1 year ago)
- Topics: geckodriver, java, selenium, selenium-webdriver, testing, testng
- Language: Java
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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