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


Difference between Manual and Automated testing: Image source : datadoghouse.typepad.com Manual Automated Manual testing (test case writing and executing) is entirely done by human being Test cases are written by human being or generated by any tool once and executed by system all the times It is time consuming It is fast It can be… Read More