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...

XPaths Best Practices

XPaths Best Practices

If you are an automation engineer, you have heard the word XPath many times in your life. No wonder. XPath is a vast topic and I am still discovering great things 💡 So far...

Useful ADB Commands For Android Testing

Useful ADB Commands For Android Testing

When testing Android applications, manually or automatically, there are several scenarios to validate. Some scenarios may require a specific setup that takes a long time to...

Parallel Testing Guide using TestProject

Parallel Testing Guide using TestProject

In this parallel testing guide, I will explain what Parallel Testing is and then discuss the benefits of parallel testing. After discussing the benefits, we can examine how to get...

GitHub Integration with TestProject for Seamless Version Control and CI

GitHub Integration with TestProject for Seamless Version Control and CI

Last week TestProject 3.0 has been officially released (you can learn more about it on our announcement blog and release notes), and in addition to powerful parallel execution...

Maven Basics: Maven in a Nutshell. Part 2

Getting Started with Maven in Less Than 10 Minutes – Part 2

In this second installment in my Maven-related articles, we will continue to look at more Maven basics with some interesting features, starting with some more dependency...

Maven Tutorial: Getting Started with Maven in Less Than 10 Minutes - Part 1

Getting Started with Maven in Less Than 10 Minutes – Part 1

Maven is a highly popular tool used by developers and testers to create, build, and run code projects and to manage the project dependencies. As testers, we can also use it to run...

API testing 101

API Testing 101

Many software testers may perceive that the software testing landscape is changing. More and more testing positions are requiring you to have coding abilities. The software...