Day: May 12, 2018

TestNG Tutorials 9: Internal Logic Of Generation Of TestNG.xml

Hello Folks, In this post, we will learn logic behind generation of testng.xml. When we select a class or package or project and chose to generate a testng.xml, it includes only those class names which has at least one @Test annotated method. It will not consider a class which has no @Test annotated method. Suppose […]

TestNG Tutorials 8: Understanding Testng.xml : Understanding Hierarchy Of Testng.xml

Hello Folks, In this post, we will see a very important and basic concept of TestNG : Understanding of TestNG.xml You must aware about the hierarchy of testng.xml to implement many concept of testng. Let’s learn it: I will generate a testng.xml for below hierarchy of project: The generated testng.xml will be as below. I […]

Please wait...

Subscribe to new posts to become automation expert

Want to be notified when my new post is published? Get my posts in your inbox.