Author: Sujeet Kumar Srivastava

man soldering a circuit board

Observability For Automation Tester

Reading Time: 5 minutes It is very common yet quite new to hear the term ‘Observability’. But what does that mean? In this current modern technology world where we are working with so many different types of systems – microservices, distributed systems and many others which are kind of huge spider webs. Imagine while testing these distributed systems and you have no clue of what’s going on under the Continue Reading

Data Driven Testing in JMeter

Reading Time: 5 minutes Hi folks, Initially, In this blog we will go through the data driven testing concept, then we will briefly see the step by step process of implementing the JMeter test script using data from external sources. Data driven testing? Data-driven testing is one of the most important mechanisms to determine the stability of the application.  Mostly, when an application is tested by a tester manually Continue Reading

Data Driven Testing Framework using Selenium 4

Reading Time: 4 minutes Hi folks, Initially, In this blog we will go through the automation framework and its different types, then we will briefly see what and why part of the data driven testing framework. At the end of this blog, we will implement data driven testing using selenium 4. Before understanding Data Driven Testing in selenium, Initially understand what exactly a test automation framework is. We can Continue Reading

Waits in Selenium from scratch

Reading Time: 6 minutes Hi folks, Initially, In this blog we will learn about what and why part of selenium waits, then we will briefly see all the types of selenium waits. At the end of this blog, we will discuss why we should not consider the Thread.sleep() method for best practices. It has been proven that selenium is a good framework for automation testing. Automation testing has accelerated  Continue Reading

Why mongoDB ??

Reading Time: 4 minutes Hi readers, In this blog, Initially we will learn about the mongoDB database, The architecture of mongoDB, the working of mongoDB and , why we should use mongoDB. At the end of this blog, we will compare mongoDB with other common databases so let’s get started. We all have been working on traditional SQL databases for a long time but with time, Data is also Continue Reading