Category Archives: Selenium Java

findelement-and-findelements-in-selenium

AutomationSelenium JavaTutorial

FindElement And FindElements In Selenium [Differences]

Finding an element in Selenium can be both interesting and complicated at the same time. If you are not using the correct method for locating an element, it could sometimes be a nightmare.

January 18, 2022

view count312718 Views

Read time21 Min Read

AutomationSelenium JavaTutorial

How To Handle Captcha In Selenium

With the rapidly evolving technology due to its ever-increasing demand in today’s world, Digital Security has become a major concern for the Software Industry. There are various ways through which Digital Security can be achieved, Captcha being one of them.

January 6, 2022

view count268750 Views

Read time16 Min Read

Selenium automation testing

AutomationSelenium Java

Selenium Tutorial: Basics and Getting Started

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on Selenium Tutorial. Selenium is still the most influential and well-developed framework for web automation testing. Being one of the best automation frameworks with constantly evolving features, it is poised to lead the industry in all aspects as … Continue reading Selenium Tutorial: Basics and Getting Started

January 3, 2022

view count204284 Views

Read time18 Min Read

JUnit 5 vs TestNG

Selenium JavaAutomationTutorial

JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on JUnit Tutorial. This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. A framework is a backbone for testing or development activities. It is a set of … Continue reading JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing

December 27, 2021

view count86331 Views

Read time22 Min Read

Switch Between iFrames In Selenium Java

Selenium JavaAutomationTutorial

How To Switch Between iFrames In Selenium Java [Tutorial]

Although automation testing has been around for several years, the tester faces multiple hurdles while performing Selenium automation testing. There are multiple cases that can’t be automated, and there are a few that are hard to implement and have to be handled efficiently. One such case is handling the web pages with iframes.

December 15, 2021

view count205568 Views

Read time9 Min Read

junit 5 mockito tutorial

AutomationSelenium Java

Getting Started With JUnit 5 And Mockito For Unit Testing

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on JUnit Tutorial. Mockito is a unit testing framework for Java that simplifies the task of automation testing. It makes unit testing highly effective with clean tests, thanks to dependency injection and compile-time checks.

December 6, 2021

view count135930 Views

Read time12 Min Read

Selenium WebDriver Using JUnit

AutomationSelenium JavaTutorial

How To Minimize Browsers In Selenium WebDriver Using JUnit

Delivering software with superior UI is one of the key aspects of development, but there are times when you need to test the most complicated functionality. These tests include window resizing or minimizing or maximizing, all of which require interacting with the browser window, and if the number of tests is high, it becomes cumbersome.

November 30, 2021

view count107470 Views

Read time12 Min Read

parallel test execution in testng

AutomationSelenium JavaTutorial

How To Perform Parallel Test Execution In TestNG With Selenium

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. The evolution in the process of software delivery in organizations in response to business agility has resulted in a paradigm shift from traditional release cycles to continuous release models.

November 12, 2021

view count207665 Views

Read time21 Min Read

Assertions In TestNG Using Selenium

AutomationSelenium JavaTutorial

How To Use Assertions In TestNG With Selenium

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on WebDriverIO Tutorial. This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. Testing can be performed in a manual as well as automated manner.

November 1, 2021

view count205623 Views

Read time14 Min Read

RepeatedTest Annotation In JUnit

AutomationSelenium Java

How To Use @RepeatedTest Annotation In JUnit 5

The JUnit framework is a popular test automation framework for unit testing in Java. The latest version of JUnit, i.e., JUnit 5 (also known as Jupiter), offers a number of improvements over JUnit 4.

October 27, 2021

view count160544 Views

Read time10 Min Read