May 20
TestNG Tutorials 15: Inheritance In TestNG Classes
Hello Folks, In this post, we will learn Inheritance in TestNG classes. In very basic words, Inheritance is an OOPS concept which allows a class to inherit property of another class for the sake of re-usability. Like any other class we can also apply concept of inheritance in TestNG class. We will do an example […]