Tag:Framework-Design
All the articles with the tag "Framework-Design".
-
Test Automation - How To extend selenium functionality using Lombok extension methods
Published:Learn how to use Lombok's @ExtensionMethod feature to add new, readable methods to Selenium's WebDriver class without modifying its source code.
-
Test Automation - How To Create an Independent Automation Infrastructure using GitHub Actions
Published:Explore architectural approaches for creating a reusable, independent automation infrastructure as a product using GitHub Actions and Maven.
-
Test Automation - Reducing The Number Of Test Classes Using The Adapter Pattern
Published:Discover how to reduce code duplication and the number of test classes by implementing the Adapter design pattern for handling multiple form submissions.