Results for: "TestNG"
Speed Up Automated Parallel Testing In Selenium With TestNG

AutomationCross Browser TestingSelenium TutorialTutorial

Speed Up Automated Parallel Testing In Selenium With TestNG

Cross browser testing can turn out to be stressful and time consuming if performed manually. Imagine the amount of manual efforts required to test an application on multiple browsers and versions. Infact, you will be

February 11, 2019

view count37396 Views

Read time11 Min Read

First TestNG Automation Script

Automation

A Complete Guide For Your First TestNG Automation Script

The love of Automation testers, TestNG, is a Java testing framework that can be used to drive Selenium Automation script. When it comes to automation, no one can compete with Selenium.

March 30, 2018

view count47846 Views

Read time6 Min Read

How to Use Thread.sleep() in Selenium

Selenium JavaAutomationTutorial

How to Use Thread.sleep() in Selenium

When performing Selenium automation testing, you might encounter a NoSuchElementException() when the element you’re trying to interact with isn’t found.

April 25, 2024

view count139726 Views

Read time20 Min Read

How to Handle Shadow Root in Selenium Java

AutomationSelenium JavaTutorial

How to Handle Shadow Root in Selenium Java

When automating tests using Selenium, there may be a scenario where you can’t find an element on a web page even though it seems to be in the Document Object Model (DOM).

April 22, 2024

view count102754 Views

Read time19 Min Read

Selenium Grid

AutomationCross Browser TestingSelenium Tutorial

Selenium Grid Tutorial and Its Advantages

Automated testing plays a pivotal role in modern-day release cycles, as it speeds up the entire process of cross browser compatibility.

April 16, 2024

view count248255 Views

Read time37 Min Read

How To Perform React Native Testing Using Appium

Mobile App TestingTutorial

How To Perform React Native Testing Using Appium

With the technology emerging so fast, mobile apps have captured most of the industry market. Every organization is focused on creating a new app for their business platform, and the React Native framework is trending in developing mobile apps.

April 12, 2024

view count160691 Views

Read time30 Min Read

TDD vs BDD

AutomationTutorial

TDD vs BDD vs ATDD: Which One to Choose?

When it comes to building high-quality software applications, testing plays a crucial role. Within the Agile development methodology, three key approaches focus on writing clear and effective tests

April 5, 2024

view count636164 Views

Read time20 Min Read

Software Testing Tools: The More You Know, The Better You Implement

Software testing tools

20 Best Software Testing Tools for QA

Software testing is the process of determining whether or not a software product fulfills the expected requirements and ensures that it is free from defects.

April 5, 2024

view count7075 Views

Read time23 Min Read

Take Screenshot In Selenium Java

AutomationSelenium JavaSelenium Tutorial

How To Take Screenshot In Selenium Java?

Selenium is an open-source automation tool widely used for testing web applications. It enables developers to create scripts that automate browser activities, evaluate expected results, and ensure application functionality.

April 5, 2024

view count278888 Views

Read time11 Min Read

How To Get Text Of An Element In Selenium

Selenium TutorialAutomation

How To Get Text Of An Element In Selenium?

Selenium is the most widely used automation testing tool, which reduces human effort and efficiently handles testing the scenarios we encounter every day.

April 4, 2024

view count362715 Views

Read time12 Min Read