Using Annotation is the way to implement additional properties in normal methods. These annotations are pre-defined and entry-point of the programs written in TestNG framework. In the previous chapter, we have seen that keyword(annotation) @Test has been used for each method. @Test Annotation @Test Annotation is a basic and important keyword. It tells the compilerRead More
Month: May 2019
TestNG – 3 || Create and execute multiple Test Cases.
As we know that TestNG is a framework. We can create and execute multiple cases in a single class file. In the last chapter, we have learned how to define and execute a simple program using TestNG Annotation. The same way, we can use annotation @Test to declare multiple test cases in a single program.Read More
TestNG – 2 || Installation process and a sample program of TestNG.
The installation process is very simple and it’s like installing an extension in a chrome browser. Installation Process Installation Process of TestNG software is very simple and easy. Just a few clicks and framework is ready for the use. Navigate to Help > Install new Software Click Add… Add Repository > Name : Enter “TestNG”Read More
TestNG – 1 || Introduction and benefits of TestNG Framework.
TestNG framework (where NG stands for Next Generation) is a testing framework which supports JAVA language. Mainly it is used while working on Key Driven Framework. Mainly, it helps any programmer or automation engineer from two sides: Create and Organize Test Cases Execute Test Cases in a systematic way and generate Reports. Things to RememberRead More