samikshakute.hashnode.devData-Driven Testing with Excel and Apache POI API in JavaData-driven testing is a powerful way to make your automated tests more flexible by using external data sources like Excel to drive test cases. In this guide, we’ll learn how to use the Apache POI API to read data from Excel and integrate it with Jav...Aug 12, 2025·10 min read
samikshakute.hashnode.devCross Browser Testing with Selenium GridWelcome to my new blog on Selenium Grid, a powerful tool that allows you to run automated tests across multiple machines and browsers simultaneously. If you’ve been exploring Selenium for automation testing, you might have heard about running tests i...Aug 11, 2025·10 min read
samikshakute.hashnode.devA Beginner’s Guide to Integrating Test Automation into a CI/CD PipelineWelcome to this beginner-friendly guide on how to include test automation in a Continuous Integration and Continuous Delivery (CI/CD) pipeline! If you’re new to software development or testing, don’t worry this blog will break down the process step b...Aug 10, 2025·10 min read
samikshakute.hashnode.devA Beginner’s Guide to Git and GitHub: Step-by-Step TutorialWelcome to this beginner-friendly guide to Git and GitHub! Whether you're new to coding or looking to collaborate on projects, this tutorial will walk you through everything you need to know about version control with Git and hosting your projects on...Aug 9, 2025·14 min read
samikshakute.hashnode.devAn Overview of Selenium Framework ArchitectureIf you want to deeply understand how a real-world Selenium framework works, this guide is for you. We’re going to walk through a complete framework architecture and explain every part of it clearly, step-by-step. This architecture is based on a modul...Aug 8, 2025·5 min read