automationwithajit.hashnode.devPlaywright Interview Preparation Guide – Complete Notes for Automation EngineersModern automation interviews are rapidly shifting from traditional Selenium to faster and more reliable tools. One of the most in-demand tools right now is Playwright, developed by Microsoft. This gui1d ago·6 min read
automationwithajit.hashnode.devTestNG Explained for Automation Testers – From Basics to Interview-Ready (With Real Examples)TestNG is not just a testing framework — in real automation projects, it is the execution engine that controls how, when, and what tests run.If you understand TestNG properly, you can confidently explain framework design, CI/CD execution, parallel ru...Feb 8·4 min read
automationwithajit.hashnode.devAPI Authentication Explained for Testers (Practical + Interview Ready)API authentication often sounds complicated, but for testers it comes down to one core question: How does the API verify who is calling it, and what are they allowed to do? This post covers the most commonly used API authentication mechanisms with: ...Feb 7·5 min read
automationwithajit.hashnode.devOAuth Simplified for Testers (Detailed & Practical)OAuth is one of those topics that sounds complex, but for testers, only 20% of it actually matters.This guide focuses exactly on that 20%. 1. What problem does OAuth solve? OAuth solves one core problem: How can an application access user data with...Feb 7·4 min read
automationwithajit.hashnode.devCucumber with JUnit: Complete Execution Guide (IDE + Maven)Introduction Cucumber is one of the most widely used BDD (Behavior Driven Development) tools in test automation.In real-world projects, Cucumber is commonly integrated with JUnit, especially in Java-based automation frameworks. This article explain...Jan 20·4 min read