Tag:Java
All the articles with the tag "Java".
-
Solving the JDK 17 Compatibility Issue with Appium: A Step-by-Step Guide
Published:A step-by-step guide to resolving the cglib compatibility issue that prevents Appium from working with JDK 17, enabling you to use the latest Java features.
-
Test Automation - How To extend selenium functionality using Lombok extension methods
Published:Learn how to use Lombok's @ExtensionMethod feature to add new, readable methods to Selenium's WebDriver class without modifying its source code.
-
Test Automation - How To Create an Independent Automation Infrastructure using GitHub Actions
Published:Explore architectural approaches for creating a reusable, independent automation infrastructure as a product using GitHub Actions and Maven.
-
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.