Thursday, August 21, 2014

In this tutorial, I will tell you how to configure Selenium with eclipse. Before you configure Selenium with eclipse, You should be sure that you have installed TestNG plugin with eclipse. Click here to know how to install and configure TestNG with Eclipse. Steps To Configure Selenium With Eclipse 1. First...

Thursday, August 14, 2014

In this tutorial, I will introduce you with TestNG annotations list. TestNG acts as a controller. TestNG controls the flow of execution of code with the help of annotations. TestNG Annotations List Annotations Description @BeforeSuite The annotated method will run before all test methods run in this...
In this tutorial, I will explain you TestNG installation in eclipse. TestNG comes with Eclipse plug-in that allow you to write and run TestNG tests from Eclipse in a convenient way. Before TestNG installation and configuration, you should be sure that the eclipse and java jdk 5 or higher has installed on...