Rally Software

 View Only
  • 1.  How to get count for Total number of test case

    Posted May 16, 2019 02:00 PM
      |   view attached

    Is there a way to get the count "Test Cases Total" as marked in the attached screenshot using rally java api.



  • 2.  Re: How to get count for Total number of test case

    Broadcom Employee
    Posted May 16, 2019 06:40 PM

    Hi  Ahammed,

     

    You should be able to.  There is a TestCase endpoint that you can query and if you provide a project reference you should be able to simply poll the result count with something like this:

    int count = testCaseQueryResponse.getResults().size()