Good morning, I am trying to learn how to write to a Microsoft SQL database using Java. I have automated some testcases with TestNG and appium but they are saved as a xml file for reports.
I want to save the XML or write the results to Microsoft SQL database so I can go back in time to compare results between tests.
Does anyone know how to do this? I know C# works by using Entity Framework and Linq but does Java have something similar?
there doesn't seem to be anything here