I am looking for a solution to upload my web service xml s files into Xray Test repo and also import the test results when the tests have been run in POSTMAN. How do I achieve that ? and in what format do I import xml testcases and store it as test in Xray
I would like to put the Xray test cases into a test execution and execute it. Tests are run in Postman. Once the test run is completed, I would like to import the test results
Hi @Garden16_ ,
Xray doesn't have an import test cases process based on XML; however, it does support importing from .CSV files using a feature called Test Case Importer.
To import results from Postman, you can generate a JUnit xml file and using the newman runner.
Check this page as it provides exact steps on how to achieve it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.