Rally Software

Expand all | Collapse all

Any solution / options to extract test run information, for all runs, from Rally

  • 1.  Any solution / options to extract test run information, for all runs, from Rally

    Posted Jan 16, 2018 02:59 AM

    Team

    we areusing Rally for our agile based release

    would like to extract all the test cases and the execution details (all runs within the sprint) for internal usage.

    can you please help with details to extract the execution details of all runs for a test case. thanks/



  • 2.  Re: Any solution / options to extract test run information, for all runs, from Rally
    Best Answer

    Posted Jan 29, 2018 06:14 AM

    louglas,

     

    Each Test Case has a collection of Results associated to it.

     

    If you are looking for something from within Agile Central, you can use a Custom List set to Test Case Result and enter a query that limits the Creation Date to the range of the Iteration.  There is an export option available on that page.

     

    If you are looking for a way to do it via the API, you would need to query for the Test Cases and for each Test Case query for the collection of Results and then save the ones you are interested in using.

     

    There may be helpful examples on GitHub or Stackoverflow if you search there.

     

    Michael