Rally Software

 View Only
  • 1.  Fail and Pass Report for One Test Case

    Posted Nov 16, 2018 06:17 PM

    How can I report on Test Case that have both a Fail and Pass?  For some reason it only shows the Pass.  Is there a detailed report I can run.



  • 2.  Re: Fail and Pass Report for One Test Case

    Broadcom Employee
    Posted Nov 19, 2018 01:34 AM

    Semrad,

     

    With regards to your question, there was an app "Test Case Pass/Fail History" with which you could achieve your goal however that's been deprecated at 10/8/2018 . We recommend using a Custom List app or the Work Views page instead. Please let us know if you have any further questions. Thanks!

     

    Kind Regards,

    Piotr



  • 3.  Re: Fail and Pass Report for One Test Case

    Posted Nov 19, 2018 04:49 PM

    Hello,

     

    The below reply did not work.  I tried both the Custom List<https://isolate.menlosecurity.com/1/3735928037/https:/communities.ca.com/external-link.jspa?url=https%3A%2F%2Fdocs.ca.com%2Fen-us%2Fca-agile-central%2Fsaas%2Fcustom-grid> app and the Work Views<https://isolate.menlosecurity.com/1/3735928037/https:/communities.ca.com/external-link.jspa?url=https%3A%2F%2Fdocs.ca.com%2Fen-us%2Fca-agile-central%2Fsaas%2Fwork-views>.  For the Work View, I still could not drill down so it displayed the Failed and Passed.  I added the Results field – but when you export to .cvs it show a date and not the number of tests run for that test case.    The Custom List – did allow me to filter or extract on the fields I want for Test Cases.  We did not mark the failed runs as a defect, since the issue was requirements.  Any other suggestions?

     

     

     

     

     

    BEVERLY J SEMRAD |PRODUCT MANAGER II

    HR AND CA&C TECHNOLOGY | DIGITAL WORKPLACE

    AMERICAN EXPRESS

    18850 N 56th Street |Phoenix, AZ 85054

    O:  602-766-7363 | M: 480- 510-7361 | beverly.j.semrad@aexp.com<mailto:beverly.j.semrad@aexp.com>



  • 4.  Re: Fail and Pass Report for One Test Case

    Broadcom Employee
    Posted Nov 21, 2018 03:27 AM

    Thank you for coming back to us . Please try using the Custom List with Test Case Results as Type. Attaching the screenshot what I'm seeing when using aforementioned setup. I hope that helps. Thank you.

    Custom List with Test Case Results as a Type

    Kind Regards,

    Piotr



  • 5.  Re: Fail and Pass Report for One Test Case

    Posted Nov 27, 2018 03:31 PM

    Thank you for the screen shot.  If I wanted to just run the report for a selected Test Folder - in the query what is the way the field should be identified?  (?.TestFolder = "TF12345")



  • 6.  Re: Fail and Pass Report for One Test Case
    Best Answer

    Broadcom Employee
    Posted Dec 03, 2018 02:51 PM

    The objects would link like: Test Case Results > Test Case > Test Folder...

    Try this query string: (TestCase.TestFolder.Name = "<insertTestFolderNameValue>") 

    Are you using both Test Sets and Test Folders?



  • 7.  Re: Fail and Pass Report for One Test Case

    Posted Dec 03, 2018 04:19 PM

    This worked - thank you for your help.  We are only using Test Folders at this time.  The query string - where is the best location to find that information?