Post SOATest Results to Jira using Zephyr
We have a lot existing API Tests using SOATest, now wanted to post execution results to Jira (for further graphical representation) using Zephyr. We have many Tests under Scenarios and many Scenarios under TestSuite, like -
I find to post results per Jira Test Id using Test Flow Logic after every Test, but it's weigh solution that add Pass and Fail test after every actual Test.
Is there a way to collect Pass/Fail result against every Tests and post/send those to Jira (via Zephyr) and avoid separate Pass/Fail tests (Test 3 and 4 in my screen shot) after every actual Test?
TIA!
Comments
-
I'm not familiar with Zephyr. In their docs, I see the section Creating and Using Test Automation Tasks. They describe an "Upload" option for "JUnit XML report". The SOAtest XML report can be converted to JUnit XML format using XSLT. The XSL file is soatest-xunit.xsl. For automation, I've done XSLT using the Saxon command line.
0 -
SOAtest results can be sent to Jira through Parasoft DTP if you are using XRay (see https://docs.parasoft.com/display/DTP20221/Integrating+with+Jira), but unfortunately we don't currently support Zephyr.
0 -
I've figured it out (or say workaround) using TearDown tests to send Pass/Fail results to Jira using Zephyr
0