Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This example is based on the sample SOAP project that is available upon SoapUI installation.

The "SOAP SAmple Sample Project" , as of from ReadyAPI v1.9.0 , contains 3 testsuites TestSuites with a total of 11 test cases. 

...

After running the tests (see bellow for doing it either from the UI or from the command line) and generating the JUnit XML reports (e.g. , report.xml), it can be imported to Xray (either by the REST API or through "the Import Execution Results" action within the Test Execution).


From the UI,

or from the command line...:

No Format
sh -c ./testrunner.sh -j -J -f/tmp/soapui "-RProject Report" "-EDefault environment" SOAP-Sample-Project-soapui-project.xml

...


Each Test Case is mapped to a Generic Test in JIRAJira, and the "Generic Test Definition" field contains the name of the project concatenated with the name of SoapUI's test suite TestSuite and the name of the test case in SoapUI. 


The Execution Details of the Generic Test contains information about the context, which in this case contains the name of the project and the name of SoapUI's testsuiteTestSuite.

 


References

...