Category Archives: Automation

java event listener

AutomationSelenium JavaTutorial

How To Use Java Event Listeners in Selenium WebDriver

While working on any UI functionality, I tend to aspire for more and more logs and reporting. This happens especially when performing test automation on web pages. Testing such websites means interacting with several web elements, which would require a lot of movement from one page to another, from one function to another.

February 4, 2022

view count309851 Views

Read time13 Min Read

Selenium Standalone Server

AutomationSelenium TutorialTutorial

Selenium Standalone Server and Selenium Server [Differences]

A standalone server is a server that functions without the aid of a wider network, such as an enterprise-wide network, and offers services to clients. Selenium is unquestionably one of the best test automation frameworks for web test automation out of the many that are currently on the market.

January 25, 2022

view count483542 Views

Read time12 Min Read

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 count314774 Views

Read time21 Min Read

angular-testing-with-jasmine-and-karma

AutomationSelenium JavaScriptTutorial

Angular Testing With Jasmine And Karma Using Selenium [Tutorial]

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Jasmine JS Tutorial. Software testing is the best way to prevent software defects and plays an important role in the Software Development Life Cycle (SDLC). It is a critical step in software development, and can be … Continue reading Angular Testing With Jasmine And Karma Using Selenium [Tutorial]

January 11, 2022

view count266189 Views

Read time19 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 count271248 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 count206121 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 count88569 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 count207319 Views

Read time9 Min Read

manual-testing-to-automation

AutomationManual Testing

How To Move From Manual Testing To Automation

As software requirements are changing faster than ever, more organizations are adopting agile methodologies to achieve shorter development cycles and accelerated Time to Market (TTM).

December 9, 2021

view count352132 Views

Read time21 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 count137637 Views

Read time12 Min Read