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 achive the desired results

  • 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

5 Replies

  • jaiprakashb's avatar
    jaiprakashb
    Occasional Contributor

    Hello,

     

    Jenkins integration is done

    My intent here is whatever tests are running here those to be copied over as testcases with test steps and results  automatically in our testmanagment tool Qtest (Qtest is a test management software  tool ) 

      • TNeuschwanger's avatar
        TNeuschwanger
        Champion Level 2

        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