Q. What is TestNG and it’s benefits ? TestNG stands for Testing Next Generation framework. It is unit test automation framework inspired from JUnit. Benefite: – It is open source – It supports lots of annotations – It allows to set the priority of test cases – It allows to group the test cases -… Read More


Required tools/programs/jar files – JDK – Eclipse – Selenium Jar files – Browser driver for Chrome, Safari, IE, Firefox Download Java 8 (you can go for latest compatible version), Selenium, Browser drivers and run your first Selenium Test. Downloading JDK Open this link http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html It will take you to below screen, Click on Download Tab.… Read More