Tag:Java
All the articles with the tag "Java".
-
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.
-
Test Automation - How To Automatically Skip Failing Test Cases
Published:Implement a TestNG listener in Java to automatically skip tests marked with 'Issue' annotations, improving report clarity by focusing on passing tests.