AMAjit Maratheinautomationwithajit.hashnode.dev·Feb 25 · 6 min readPlaywright 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 gui00
AMAjit Maratheinautomationwithajit.hashnode.dev·Feb 8 · 4 min readTestNG 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...00
AMAjit Maratheinautomationwithajit.hashnode.dev·Feb 7 · 5 min readAPI 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: ...00
AMAjit Maratheinautomationwithajit.hashnode.dev·Feb 7 · 4 min readOAuth 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...00
AMAjit Maratheinautomationwithajit.hashnode.dev·Jan 20 · 4 min readCucumber 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...00