Posts
All the articles I've posted.
-
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.
-
Test Automation - How To Dockerize Our API Testing
Published:A guide on running API test suites using a Docker container with Newman, isolating the test environment for consistent and scalable execution.