Tag:TestNG
All the articles with the tag "TestNG".
-
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 - 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 - Reducing The Number Of Test Classes Using The Adapter Pattern
Published:Discover how to reduce code duplication and the number of test classes by implementing the Adapter design pattern for handling multiple form submissions.