Tagged: Java

Annotations in TesNG

Annotations in TestNG

In the previous post, we have seen how to uninstall TestNG from Eclipse.In this post, we will learn different types of annotations in TestNG. Annotations in TestNG: Annotations are placed over the method with the symbol...

Install TestNG

Uninstall TestNG from Eclipse

In the previous post,we have seen the installation of TestNG to eclipse. In this post, we will learn how to uninstall TestNG from eclipse if required. If any time you require to uninstall TestNG, then...

TestNg in Selenium

What is TestNG?

In the previous post, we have learnt about the desiredcapabilities in selenium. In this post, we will introduce you with a very important concept of Selenium automation Testing , which is TestNG Framework. What...

DesiredCapabilities

DesiredCapabilities in Selenium with Example

In the Previous post, we have seen how to create Firefox Profile in Selenium. In this post, we will learn DesiredCapabilities in Selenium with Example. Not all server implementations will support every WebDriver feature....

webtable handling in selenium

Working with WebTables in Selenium

In the previous post, we have seen how to work with the different kind of Pop-ups in Selenium.In this post,we will see the working with WebTables in Selenium WebTable is a very common feature...

Browser Cookies in selenium

Handle cookies in Selenium WebDriver

In the previous post, we have seen how to work with multiple browser windows.In this post, we will learn how to Handle cookies in Selenium WebDriver. What is a cookie? Cookies are small text files...

Multiple browser

Work with multiple browser windows

In the previous post,we have seen how to enter data into edit boxes and click on button. In this post ,we will see how to work with multiple browser windows. This situation may come in...