Interview tips for hiring beginner-level test engineers

This post talks about the interview tips when you're in the hiring process for selecting the test engineers who don't have prior or a little experience  in software testing, let's say beginners or freshers or interns …

Page Object Model - Implementation

In the previous post , we discussed Page Object Model concepts. In this post, discussing its implementation with Python and Java Python Implementation Let's look into the implementation with Python. The framework has develope…

Page object model Automation framework

Page Object Model (POM) is one of the widely used automation frameworks. The main advantages of this framework are less test maintenance and reducing code duplication. This topic has divided into two sections, The first section t…

Configuring REST Assured with Gradle

Gradle is one of the widely used build automation tool nowadays. In this tutorial, we're talking about configuring the REST Assured libraries with the Gradle tool. This build tool would definitely save the time for configurin…

Integrating automation suite with Azure pipeline

Azure DevOps provides features like version control, requirement management, testing, automated builds, etc. The entire product life cycle can be covered using its DevOps services. In this tutorial, we're talking about the i…

Learn Pytest for free - Step by step tutorial for beginners

Pytest is a testing framework based on Python . Python is very flexible to test any kind of services like web, database, API, cloud, etc. This tutorial gives a basic idea about pytest, write test scripts and integration with oth…

Load More
That is All