Tag:Design-Patterns
All the articles with the tag "Design-Patterns".
-
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.
-
Test Automation - Improve Code Readability Using The Builder Pattern
Published:Learn how to use the builder pattern in Java to improve the readability and maintainability of your test automation code.