Hello stack overflow community!
I am working on a method to create Java unit/integration tests based on UML Sequence Diagrams.
So, my first step is using the .XML file that is generated by Astah to get the information about the classes/methods of the diagram.
On my online search, I could not find a library to help me on fetching/parsing these informations from the XML file.
Is there anything that could help me on reading this file instead of doing it 100% manually?
Thanks!