transfer normal test suite (.xlsx) to a new .xlsx, which can be saved as .xml and the .xml can be imported into bugfree directly
how to use
- add test suite file (.xlsx) into folder: src/main/resources
- compile source code: maven compile
- run the code: maven exec:java -Dexec.mainClass=GenerateImportXML
- find the result.xlsx file in folder: src/main/resources and re-save it as .xml
- import the .xml into bugfree cases are imported into bugfree and it is done!