Forum Discussion

jaiprakashb's avatar
jaiprakashb
Occasional Contributor
7 months ago
Solved

Need help in integrating test runs to test management tool Qtest

We are using Qtest for our test case managment  So is there a way where in the scriopts written in readyapi are on run created a test case execution and results in qtest how to integrate this and a...
  • TNeuschwanger's avatar
    TNeuschwanger
    7 months ago

    Hello jaiprakashb,

     

    Could you try the qTest API?  What better tool to take advantage of API operation than ReadyAPI? 🙂

    https://documentation.tricentis.com/qtest/od/en/content/apis/overview/qtest_api_specification.htm

     

    We use a tool called Rally for our test management... it is satisfactory and has an API to interface to it. Our scripts export test cases and test case results to it via its API.  Unless others have written to the qTest API, they will have to weigh in, otherwise I bet it can be done, but you will have to figure out how to use it. If you have some sort of maintenance agreement with qTest author, maybe they can help you out on their API operation.  The tear down script of the ReadyAPI test cases is a great place to call the qTest API to do what you need.  Since it is all automated, we now use ReadyAPI as source of truth for test cases instead of keeping the original test case in Rally.

     

    Regards,

    Todd