Tag:Test-Automation
All the articles with the tag "Test-Automation".
-
Test Automation - How To Show Current Test Name Before Each Test
Published:A guide on using a TestNG listener and JavaScript to display the current test name in a pop-up window, enhancing visibility during test execution.
-
Test Automation - Improve Code Readability Using Enumeration
Published:Learn how to replace magic numbers and strings with Java Enums to make your Selenium test code more readable and maintainable.
-
Test Automation - Improve Code Readability Using Java 13 Text Blocks
Published:Discover how to use Java 13's Text Blocks feature to simplify multi-line strings and improve the readability of your API tests.
-
Test Automation - Hiding Secrets Using System Environment Variables
Published:A practical guide to securing sensitive data like passwords in your test automation framework by using system environment variables.