TestNG Parametrized Test

TestNG Parametrized Test using @DataProvider

One of the bright features of TestNG is that to allow pass parameter to test. It can be achieve in two ways...

TestNG Parametrized Test

broken links on a web page

How to check broken links on a web page

Following is the way to check the broken link on web page

How to check broken links on a web page

Handle iFrame in WebDriver

How to Handle iFrame in WebDriver

An IFrame (Inline Frame) is an HTML document embedded inside another HTML document on a website. The IFrame HTML element is often used to insert content from another source, such as an advertisement, into a Web page.

Continue...

Identify Element in Selenium

How to Identify Elements in Selenium

Identify element in selenium is very interesting and give good feeling if object found. Today we will discuss how to identify element.

Selenium provide following ways to identify elements in a page by

Continue...

How to Read Excel data with Apache POI

Apache POI, a project run by the Apache Software Foundation, and previously known as a sub-project of the Jakarta Project, it provides pure Java libraries for reading and writing files in Microsoft Office formats, such as Word, PowerPoint and Excel.

Continue...