logo logo
Easy Solutions to WebDriver Testing Problems

Easy Solutions to WebDriver Testing Problems

The Selenium WebDriver is still one of the most popular tools to deal with UI automation testing. Especially with Selenium 4, the WebDriver continues to remain popular in the...

Top Testing Programming Languages for 2022

Top Testing Programming Languages for 2022

As a software testing engineer, you might always wonder which programming languages you should invest your time in learning ⌚ There are numerous programming languages out...

Anatomy of An Automated Test Script

Anatomy of An Automated Test Script

Writing robust test scripts is a crucial matter for test automation. It is absolutely important to make sure that the automated scripts are doing exactly what they are supposed to...

Java Coded Test Parametrization With TestProject

Parameterized & Data-Driven Distributed Tests using OpenSDK

In this article, I will walk you through a new feature that was introduced in the recent OpenSDK, that allows you to migrate parameterized JUnit 5 tests into TestProject...

Efficient Exception Handling and use of Custom Exception in Test Automation

Exception Handling and Custom Exception in Test Automation

“Have you handled exceptions in your test automation code? What kind of information is the exception handling mechanism providing to you? Is that information useful to the...

Introducing OpenSDK: Open Source Automation Framework for Web & Mobile Testing

Introducing OpenSDK: Open Source Automation Framework for... &

Great news for the community – Introducing OpenSDK 🎉 While developing powerful FREE tools for testers, we decided to help developers as well – making their life easier for...

Getting Started with TestProject Java OpenSDK

Getting Started with TestProject Java OpenSDK

Test Automation is hard to do well! There are many different things to consider. Not only do you have to think about how to write good code, but you also need to understand how to...

Using Multi Module Maven Project For Automation Testing

Using Multi Module Maven Project For Automation Testing

A multi-module Maven project is one that manages a group of submodules and is built from a parent POM. The submodules are normal Maven projects, and they can be built...