Python basics day-1 : loop control statements. · In Python, we have 3 loop control statements : break, continue and pass. break When the condition...
Using WebDriver and RemoteWebDriver in Automation Testing Frameworks with an OOP prospective. · Introduction: This is more of an Object Oriented...
Step-by-step guide to configure Jenkins · Introduction: Jenkins is an open source CI/CD automation software. We will learn how to set it up, specifically...
Running automated test scripts on Selenium GRID with Docker containers. · In the last article of POM Automated Testing framework series, we learnt how to...
Step by step guide to set up Docker Selenium GRID. · What is a Selenium GRID? Selenium GRID is one of the 3 components of Selenium : Selenium WebDriver,...
How to run test script from Command prompt using Maven and TestNG file. · In the last article from our POM series, we were able to run framework tests...