Tag:Test-Automation
All the articles with the tag "Test-Automation".
-
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.
-
Test Automation - How To Add Git Version Control Data To Allure Report in Java
Published:Learn how to enrich Allure reports in Java by automatically embedding Git version control data like commit ID and branch for better test traceability.
-
Test Automation - Initializing Selenium WebDriver - The Complete Guide
Published:A comprehensive guide to various methods for initializing Selenium WebDriver in Java, from local executables to Selenium Grid and WebDriverManager.