Parametrization with Data-Driven Frameworks in a Spring Boot Selenium Setup: Efficient Test ScriptingMar 26, 2023·3 min read
How to Manage Multiple GitHub Accounts on the Same Machine: A Step-by-Step GuideAre you a developer juggling multiple GitHub accounts? Keeping track of different accounts can be a hassle, especially when contributing to a variety of open-source projects or working for multiple companies. The good news is that there are easy-to-f...Mar 29, 2023·3 min read
Implementing TestNG and Maven Commands for Java Test Automation in CI/CD PipelinesMar 26, 2023·2 min read
How to Implement Page Object Model with Spring Boot and SeleniumOne of the biggest challenges of testing large web applications is writing maintainable and scalable test code. This is where the Page Object Model (POM) design pattern comes in handy. By using POM, we can create a structured and maintainable test su...Mar 26, 2023·4 min read
Getting Started with Spring BootSpring Boot is a popular Java framework used for building standalone and production-ready applications. It provides a faster and easier way to set up and develop web applications using a range of pre-built modules. In this article, we will discuss ho...Mar 26, 2023·4 min read
Intro : Selenium Automation using Spring BootSelenium is a powerful open-source automation tool used for testing web applications. It provides a suite of libraries and APIs that support testing of web applications in different programming languages like Java, Python, C#, and Ruby. But when it c...Mar 26, 2023·2 min read