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...
Sunday, December 30, 2018
undefined
201
In this tutorial, I am going to explain how to select a date from a calendar of any websites.
(adsbygoogle = window.adsbygoogle || []).push({});
Handle Date Time Picker In Selenium
We often observe Date Time Picker fields on the websites mostly on E-Commerce and Travel Booking websites. Different...
Saturday, December 22, 2018
(adsbygoogle = window.adsbygoogle || []).push({});
Hello guys, In this blog I am going to provide most frequently asked selenium-related interview questions and answers in part-wise.
Part 1
1. How to handle dynamic elements in Selenium?
Solution – We can use x-path along with contains(),...
Thursday, November 29, 2018
undefined
201
In this tutorial, I am going to cover how to handle keyboard and mouse events using Actions classes in Selenium.
(adsbygoogle = window.adsbygoogle || []).push({});
Topics to be covered -
What is Keyboard and Mouse events?
Actions class in Selenium.
How to handle different keyboard and mouse...