Category Archives: Automation

Selenium Best Practices

AutomationSelenium TutorialTutorial

16 Selenium Best Practices For Efficient Test Automation

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Automation Testing Tutorial. During the course of my career in automation testing with Selenium, I have come across many folks who have complaints about the stability and reliability of their automation tests.

August 25, 2020

view count100372 Views

Read time23 Min Read

Automate Browser Testing with Selenium Opera in Python Easily

AutomationSelenium PythonSelenium TutorialTutorial

Automate Browser Testing with Selenium Opera in Python Easily

This article on Selenium Opera is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. When it comes to cross browser testing, we tend to focus on executing test cases for bigwigs like Google Chrome, Firefox, or Safari. What about the other browsers? What about … Continue reading Automate Browser Testing with Selenium Opera in Python Easily

August 21, 2020

view count95471 Views

Read time15 Min Read

Selenium Grid 4 Tutorial

AutomationSelenium TutorialTutorial

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

Read time14 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 count87391 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 count72712 Views

Read time9 Min Read

What is Selenium Grid & Advantages of Selenium Grid

AutomationCross Browser TestingSelenium Tutorial

What is Selenium Grid & Advantages of Selenium Grid

Manual cross browser testing is neither efficient nor scalable as it will take ages to test on all permutations & combinations of browsers, operating systems, and their versions.

August 12, 2020

view count130439 Views

Read time17 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 count52103 Views

Read time23 Min Read

Capture Screenshots In Selenium

AutomationSelenium JavaSelenium TutorialTutorial

How to Take Screenshots in Selenium

Capturing screenshots is pivotal to realize whether your web-application is rendering seamlessly or not. If not, where is it failing? Traditionally, testers were accustomed to capturing screenshots manually for each and every test they ran, which was painstakingly exhausting and time-consuming.

August 5, 2020

view count146144 Views

Read time13 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 count79989 Views

Read time8 Min Read

TestNG tutorial

AutomationSelenium Java

How To Install TestNG In Eclipse: Step By Step Guide

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. As you already know, TestNG or Test Next Generation is one of the most frequently used automation testing frameworks in Java. Inspired by JUnit and NUnit, Cedric Beust created TestNG with the … Continue reading How To Install TestNG In Eclipse: Step By Step Guide

July 27, 2020

view count130574 Views

Read time7 Min Read