Need to read TestNg.xml file through Robot Framework

Hi Team,

I am working on a module in which i need to read TestNg.xml file through RF so that i can execute my Selenium Test cases from Robot Framework.
Can anyone help regarding any Library or method by which we can execute my existing TestNg.xml cases.

Thanks,
Gaurav Sharma

Use XML library for reading the file. Create a custom function for running the tests using the XML data based on your requirement https://robotframework.org/robotframework/latest/libraries/XML.html