Automating the steps involved in testing of web applications over different browsers like Chrome, Firefox, and IE using Selenium and TestNG Framework.
- Eclipse IDE
- Selenium Standalone Server jar
- Browser Drivers
- Java
- Java JDK 8 above
- Java IDE like Eclipse, NetBeans, or IntelliJ
- Selenium server Jar : selenium
- TestNG Framework in IDE.
- Browser driver - like Chromedriver ,Gecko driver for Firefox, and IE driver
for installing TestNG in eclipse - Read this!