How to Setup a Testing Framework in Node.JS?

Node.js Tutorial

How to Setup a Testing Framework in Node.js – Here is a short tutorial for beginners Why Does it Matter? Obviously, testing is important – without it, bugs sneak into the wild where they’re more difficult and costly to fix. Automating testing can significantly increase test coverage as well as …

Read more


Log4j in Selenium Tutorial to Debugg Scripts

Debugging Selenium Scripts with Logs

In this tutorial Debugging Selenium Scripts with Logs, we will cover advanced concepts that optimize the Automation framework and enhance user visibility. Now we are moving towards the end of our most comprehensive Free Tutorials for Selenium Testing tool. The tutorials we are posting now are part of advanced Selenium …

Read more


Types of Automation Testing

Types of Automation Testing

Learn about the various types of Automation Testing and discover the truth behind some misconceptions in this tutorial. In this second part of the test automation tutorials series, I will briefly describe the types of automated tests and then I will also clear some misconceptions about the test automation process. …

Read more


Cucumber Selenium WebDriver Integration

Cucumber Java Selenium WebDriver Integration

Cucumber Selenium WebDriver Java Integration with Example: In the last tutorial, we discussed the Cucumber tool, its usage, and different features. Moving ahead in our free Selenium online training series, we will discuss how to set up a cucumber project and will discuss the integration of Selenium WebDriver with Cucumber. …

Read more


QTP – Object Repository

Object Repository

Object Repositories in QTP and Object Repository Manager This tutorial will focus on QTP Object Repositories. In our previous articles, we have discussed how QTP identifies and stores objects in a warehouse, the OR. We have also seen how the object properties appear in the OR. To quickly recap, we …

Read more


QTP – Data Driven and Hybrid Frameworks

Data Driven and Hybrid Frameworks

We are working our way through figuring out how to derive an Automation Framework that works best for a certain testing project and also defining certain frameworks that already exist. The example that we were using in the previous QTP framework article was creating a new Gmail account. To start …

Read more


JUnit Vs TestNG – What Are The Differences

TestNG vs JUnit

A comprehensive comparison between JUnit Vs TestNG frameworks. Includes comparison of annotations and featurewise comparison with examples: In the previous tutorial, we learned DisplayName annotation and conditional test execution based on different criteria like JRE version, environmental variables, etc. We addressed some important questions around the topic as well. Since we …

Read more