Now, “test-output” folder will be created under your project –> unfold the folder
Double click the ‘index.html’ file -> It will be opened in the Eclipse Browser window or any other external browser (e.g. IE, Google Chrome, FF, MS Edge etc.)
Click on the ‘.xml’ link given on the left panel
The test suite XML will get opened on the right-side panel
Take a copy of the XML content
Right click your project >> New >> File
Give name of your test suite file (with .xml extension e.g. testng.xml) and click Finish
Paste the content that you copied from the ‘index.html’ and amend your suite file as per your needs