testng.xml : Creating WebDriver Test Suite Using Classes From Different Packages

Now you are already aware about HOW TO CREATE testng.xml FILE to configure and run your webdriver test. The main reason behind popularity of TestNG framework for webdriver is we can configure our test as per our requirements. I have listed some Similarities/Differences between Junit and TestNG framework In THIS POST. In my previous post, We have … Read more

testng.xml : Creating Single Or Multiple Tests For Multiple Classes In WebDriver

As i have described in my previous post, We can configure our webdriver test or webdriver test suits for software testing project in testng.xml file. In my previous post, we have seen how to create testng.xml file to run single test class for software web application. Also If you don’t know how to create and … Read more

Creating And Running WebDriver Test Suit Using testng.xml File

Introduction Of testng.xml File In TestNG framework, We need to create testng.xml file to create and handle multiple test classes. testng.xml is the file where we can configure our webdriver software automation test, set software test dependency, include or exclude any software test method or class or package, set priority etc.. We will learn each and … Read more

How To Create And Run First TestNG-WebDriver Test Case In Eclipse

Our next step to do is – TestNG software test case creation in eclipse after installation of TestNG in eclipse. You can VIEW TESTNG INSTALLATION STEPS in my earlier post if you have not configured TestNG in your eclipse. Now let me describe you steps of writing your first selenium webdriver software automation test case … Read more