In this tutorial, we will learn how to write a test case using the TestNG framework and generate TestNG report.
Topics to be covered?
(adsbygoogle = window.adsbygoogle || []).push({});
Use of @BeforeMethod, @Test and @AfterMethod annotation for writing a test case.
Use of 'Priority' keyword.
Generate TestNG...
Thursday, April 18, 2019
Sunday, March 10, 2019
undefined
201
In this tutorial, We will learn how to install and configure TestNG with Eclipse to use TestNG framework in automating scripts using Selenium WebDriver.
(adsbygoogle = window.adsbygoogle || []).push({});
Topics to be covered?
Install TestNG in Eclipse IDE.
Configure TestNg Library with the Selenium Project...
Saturday, March 9, 2019
undefined
201
In this tutorial, I am going to cover the Introduction to TestNG and its uses in Selenium.
(adsbygoogle = window.adsbygoogle || []).push({});
Topics to be covered?
What is TestNG?
Advantages of TestNG.
Annotations of TestNG.
Difference between JUnit and TestNG.
TestNG is a testing framework...
Sunday, January 20, 2019
undefined
201
In this tutorial, we will learn how to handle Hidden Elements on the web-pages using Selenium WebDriver.
(adsbygoogle = window.adsbygoogle || []).push({});
Handle Hidden Elements
Hidden elements are the elements which are not displayed on the Web-Pages, however, it is available in the HTML...