Back to QMetry All Products Help Page
How to convert the robot framework file into the Junit.xml file?
Prerequisite:
Python3 installed on a machine.
Linux : https://docs.python-guide.org/starting/install3/linux/
Windows: https://docs.python-guide.org/starting/install3/win/
Required Robot Framework installed on a machine.
pip install robotframework
How to execute the project.
Download and Extract the BankingTransaction_Robot into a folder.
Open Command Prompt.
Go to the folder location
Example : cd /Users/mohammad.faizan/Downloads/BankingTransaction_Robot/BankingTestsExecute Command : robot -x Result.xml filename.robot
A Result.xml will be created in the same folder. The path will be displayed in the output of the command executed. Example:/Users/mohammad.faizan/Downloads/BankingTransaction_Robot/BankingTests/Result.xml
Upload the Result.xml with a format as JUNIT using Automation API.
Refer help for QMetry for Jira Cloud v4.x - Import Results using Rest API
Refer help for QMetry for Jira Cloud v3.x - https://qmetrysupport.atlassian.net/wiki/spaces/QTMFJC/pages/22478922
Refer help for QMetry for Jira Server v3.x - Import Results using Rest API
Â
Â
Back to QMetry All Products Help Page