Category: Java Selenium

The Blog To Learn Selenium and Test Automation

TestNG Annotations 101

This article explains basics of all TestNG annotations, provides examples for each annotation, explains each TestNG annotation in more detail along with its attributes, and provides tips and tricks for efficient usage. A Brief Introduction to Annotations Annotations are used to provide additional information (Metadata) about a program; To be specific it provides additional information…
Read more

How to handle iframes using Selenium WebDriver

An iframe is used to embed HTML documents in other HTML documents. And iframe content can be changed without requiring the user to reload the surrounding page. The iframe HTML element is often used to insert content from same/another source, such as an advertisement, into a Web page.