SSSaksham Sahaniinmytsjourney.hashnode.dev·1d ago · 3 min readMastering Locators in Playwright: From Basic CSS to Advanced XPath AxesBuilding robust and maintainable automation by understanding different locator strategies Introduction In the world of test automation, your tests are only as good as your locators. If you can't find 00
SSSaksham Sahaniinmytsjourney.hashnode.dev·Aug 22 · 3 min readMastering TypeScript OOP: An Architect's Log The Shift to Structural Thinking For a long time, my approach to coding was procedural. I wrote functions, I looped through arrays, and if the output was correct, I was happy. But as my projects grew,00
SSSaksham Sahaniinmytsjourney.hashnode.dev·Aug 15 · 4 min read#My Journey into TypeScript: From Loops to LogicIntroduction Learning a new programming language is rarely a linear path. It's a rollercoaster of "I've got this!" and "What on earth is happening?" For me, diving into TypeScript was about more than 00
SSSaksham Sahaniinmytsjourney.hashnode.dev·Aug 6 · 2 min readTypeScript Journey - Week1Mastering the Foundations: My TypeScript Journey From JavaScript Flexibility to Type Safety — Building a Strong Foundation for Playwright Automation Why I Started Learning TypeScript As the automation00