Tag:Test-Automation
All the articles with the tag "Test-Automation".
-
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 - Selenium WebDriver Java CLI via JShell
Published:A guide on using Java's JShell as an interactive command-line interface for debugging Selenium WebDriver tests line-by-line.
-
Test Automation - Networking with Java and PowerShell
Published:Learn to create a custom Telnet function using Java and PowerShell to check service availability as a precondition for end-to-end tests.
-
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.