Category Archives: Automation

Selenium Grid 4 Tutorial

AutomationSelenium Tutorial

Selenium Grid 4 Tutorial For Distributed Testing

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium 4. Selenium Grid has been an integral part of automation testing, as it lets you perform test case execution on different combinations of browsers, operating systems (or platforms), and machines.

August 20, 2020

view count161053 Views

Read time17 Min Read

Dataproviders TestNG

AutomationSelenium Java

How To Use DataProviders In TestNG [With Examples]

In our earlier posts, we learned about using TestNG parameters in our TestNG scripts. To jog your memory, Parameterization In TestNG helps us pass data through the code and prevent hard-coding. However, TestNG parameters enable us to pass the values only once per execution cycle.

August 18, 2020

view count100874 Views

Read time7 Min Read

TestNG XML File & Execute Parallel Testing

AutomationSelenium Java

Create TestNG XML File & Execute Parallel Testing

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. In the previous article, we learned about creating a TestNG project in Eclipse and how to run our first ever Selenium Test Script. Now that you know how to run a TestNG … Continue reading Create TestNG XML File & Execute Parallel Testing

August 13, 2020

view count79890 Views

Read time9 Min Read

SelectorsHub

Selenium TutorialAutomation

SelectorsHub: The Next Gen XPath, CSS Selectors Tool

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Locators Tutorial. SAP applications are designed to help businesses improve customer relations and deliver a better experience. These business applications also provide users with complete access to information, helping them make faster decisions.

August 10, 2020

view count56206 Views

Read time23 Min Read

TestNG Project In Eclipse

AutomationSelenium Java

Create TestNG Project In Eclipse & Run Selenium Test Script

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. In the last article, we installed TestNG in Eclipse and did some environment set up for the same. Subsequently, we saw how we could convert our existing Java projects into TestNG projects … Continue reading Create TestNG Project In Eclipse & Run Selenium Test Script

July 31, 2020

view count90952 Views

Read time9 Min Read

xUnit Testing Tutorial: Unit Testing With Selenium C#

AutomationSelenium C#Tutorial

xUnit Testing Tutorial: Unit Testing With Selenium C#

When you are developing a consumer web product, you would have come across scenarios where some functionalities do not work on certain browsers, operating systems, or devices.

July 22, 2020

view count143132 Views

Read time25 Min Read

Travis VS Jenkins

AutomationCI/CD

Jenkins vs Travis | Which CI/CD Tool Is Best for You?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Top CI/CD Tools Comparison. Travis CI and Jenkins are both popular CI/CD tools and were launched in the same year i.e. 2011. As of July 2020, Jenkins has been the more obvious choice as CI/CD tool … Continue reading Jenkins vs Travis | Which CI/CD Tool Is Best for You?

July 20, 2020

view count87840 Views

Read time15 Min Read

Geckodriver Tutorial: Automation Testing on Firefox with Selenium

AutomationSelenium TutorialTutorial

Geckodriver Tutorial: Automation Testing on Firefox with Selenium

With 4.25% of browser market share worldwide in June 2020 as per statcounter, Mozilla Firefox browsers are considered inevitable for every Selenium testing checklist.

July 15, 2020

view count207365 Views

Read time10 Min Read

Web Table in Selenium WebDriver

AutomationSelenium TutorialSelenium WebDriverTutorial

Dynamic Web Table Handling in Selenium

Web tables or data tables are often used in scenarios where you need to display the information in a tabular format. The data being displayed can either be static or dynamic in nature.

July 10, 2020

view count210484 Views

Read time9 Min Read

WebDriverIO Tutorial

AutomationSelenium TutorialTutorialWebDriverIO

WebDriverIO Tutorial: Handling Alerts & Overlay In Selenium

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on WebDriverIO Tutorial. You’d hardly find a website these days without alerts and pop-ups! The alert boxes warn you whenever you perform a wrong action or to enter details to access a website. These alert boxes stop … Continue reading WebDriverIO Tutorial: Handling Alerts & Overlay In Selenium

July 9, 2020

view count124841 Views

Read time7 Min Read