Tag:Test-Automation
All the articles with the tag "Test-Automation".
-
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.
-
Test Automation- Multiple Asserts Using NUnit Testing Framework
Published:Learn how to use NUnit 3's Multiple Asserts feature to write faster, more efficient tests by aggregating all assertion failures in a single run.