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

The Power of POC

The Power of POC

When you are starting your test automation effort for a brand new project, you need to pick the right tool to perform automation with. Doing so requires a thorough analysis, where...

Automation framework -Should I buy or build

Automation Framework – Should I Buy or Build?

When the product reaches a stable state, companies and test managers want to get the most from the power of a test automation framework. This brings them to a dilemma of whether...

A Complete Guide to Test Automation Framework

A Complete Guide to Test Automation Framework

The most difficult moment for a Quality Assurance Engineer is to choose what to use to automate tests. There are lots of tools and frameworks, and both for beginners and for...

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

Test Automation Framework - Page Object Model Example

Test Automation Framework – Page Object Model Example

In this article, let us look at an example Page Object Model (POM) for a Test Automation Framework. POM is a popular design pattern with classes that represent each page of an...

Test Automation Framework Benefits

Test Automation Framework Benefits – POM, Selenium...,

In this series, we are going to dive into some benefits and examples of a Test Automation Framework. A framework is an architecture of integrated parts. Some of those integrated...

TestNG Reporting

TestNG Reporting and Logging Built-in Features

TestNG is a popular test framework that needs no introduction in the JVM (Java virtual machine) ecosystem and can be used for automating your tests regardless of their size, from...