How to export test run results

I am trying to make a report of all test runs within a test cycle that contains:
1. The test run name and details
2. Steps for each test run
3. Step action
3. Expected result for each step
4. Notes for each step
5. Results for each step

I have not figured out how to export the result for each step into a table. I expected the template to look something like this:

«TemplateStart:TSTRN»
«TableStart:STEPS»

«stepIndex»

«action»

«expectedResult»

«notes»

«results»

«TableEnd:STEPS»

«TemplateEnd:TSTRN»


The last column of the table doesn't give the results of the test like I had hoped, it just repeats the previous column. 

Is it possible to create a template like this when exporting test runs?

Thanks,

 

Comments

  • [Deleted User]
    [Deleted User] Member Posts: 45
    edited September 2018
    Hi Alex -
    Which version of Jama are you using? We have 8.25 and this behavior works for us.

    Here's my Office template:

     

    Step Index

    Action

    Expected Result

    Notes

    Status

    Result

     

    «TableStart:STEPS»

     

    «stepIndex»

    «action»

    «expectedResult»

    «notes»

    «status»

    «result»

     

    «TableEnd:STEPS»



    And here is the output (steps 1-4 omitted for clarity):

    Step Index

    Action

    Expected Result

    Notes

    Status

    Result

    5

    Go to More à System Settings àConnectivity. Select DICOM Setup. Select Config button then Location. Select New and attempt to enable/disable the Wireless check box.

    Verify the Wireless checkbox can be set to enabled or disabled.

    SRD10682

    Passed

    Some text in Test Step Result


    Does this help?
  • Verena Neumaier
    Verena Neumaier Member, Functional Safety Kit (FSK) Posts: 23
    edited January 2023
    Hello,
    I have copied your export template, but in the column "Results" I get the output ""<p> text..</p>".
    Why is the output "<p>"? This must be an error. I have copied the template exactly. Do you have an idea? Thanks!

    ------------------------------
    Verena Neumaier
    Aktormed GmbH
    ------------------------------
    -------------------------------------------
    Original Message:
    Sent: 09-06-2018 09:58
    From: Theresa Soares
    Subject: How to export test run results

    Hi Alex -
    Which version of Jama are you using? We have 8.25 and this behavior works for us.

    Here's my Office template:

     

    Step Index

    Action

    Expected Result

    Notes

    Status

    Result

     

    «TableStart:STEPS»

     

    «stepIndex»

    «action»

    «expectedResult»

    «notes»

    «status»

    «result»

     

    «TableEnd:STEPS»



    And here is the output (steps 1-4 omitted for clarity):

    Step Index

    Action

    Expected Result

    Notes

    Status

    Result

    5

    Go to More à System Settings àConnectivity. Select DICOM Setup. Select Config button then Location. Select New and attempt to enable/disable the Wireless check box.

    Verify the Wireless checkbox can be set to enabled or disabled.

    SRD10682

    Passed

    Some text in Test Step Result

    Does this help?

    ------------------------------
    Theresa
    Fujifilm SonoSite
    WA United States
    ------------------------------

    Original Message:
    Sent: 08-31-2018 17:52
    From: Alex Wiitamaki
    Subject: How to export test run results

    I am trying to make a report of all test runs within a test cycle that contains:
    1. The test run name and details
    2. Steps for each test run
    3. Step action
    3. Expected result for each step
    4. Notes for each step
    5. Results for each step

    I have not figured out how to export the result for each step into a table. I expected the template to look something like this:

    «TemplateStart:TSTRN»
    «TableStart:STEPS»

    «stepIndex»

    «action»

    «expectedResult»

    «notes»

    «results»

    «TableEnd:STEPS»

    «TemplateEnd:TSTRN»


    The last column of the table doesn't give the results of the test like I had hoped, it just repeats the previous column.

    Is it possible to create a template like this when exporting test runs?

    Thanks,

     

    ------------------------------
    Alex Wiitamaki
    Appareo
    Fargo ND
    ------------------------------
  • Barbara Haglind
    Barbara Haglind Member Posts: 13
    edited January 2023
    And fun fact, JAMA exports HTML in that field.  Not sure why, or how to turn it off.  Happy to hear from anyone how they manage it (other than the tedious global replace method)

    Disclaimer

    The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.

    This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast, a leader in email security and cyber resilience. Mimecast integrates email defenses with brand protection, security awareness training, web security, compliance and other essential capabilities. Mimecast helps protect large and small organizations from malicious activity, human error and technology failure; and to lead the movement toward building a more resilient world.



    -------------------------------------------
    Original Message:
    Sent: 1/18/2023 8:46:00 AM
    From: Verena Neumaier
    Subject: RE: How to export test run results

    Hello,
    I have copied your export template, but in the column "Results" I get the output ""<p> text..</p>".
    Why is the output "<p>"? This must be an error. I have copied the template exactly. Do you have an idea? Thanks!

    ------------------------------
    Verena Neumaier
    Aktormed GmbH
    ------------------------------
    -------------------------------------------
    Original Message:
    Sent: 09-06-2018 09:58
    From: Theresa Soares
    Subject: How to export test run results

    Hi Alex -
    Which version of Jama are you using? We have 8.25 and this behavior works for us.

    Here's my Office template:

     

    Step Index

    Action

    Expected Result

    Notes

    Status

    Result

     

    «TableStart:STEPS»

     

    «stepIndex»

    «action»

    «expectedResult»

    «notes»

    «status»

    «result»

     

    «TableEnd:STEPS»



    And here is the output (steps 1-4 omitted for clarity):

    Step Index

    Action

    Expected Result

    Notes

    Status

    Result

    5

    Go to More à System Settings àConnectivity. Select DICOM Setup. Select Config button then Location. Select New and attempt to enable/disable the Wireless check box.

    Verify the Wireless checkbox can be set to enabled or disabled.

    SRD10682

    Passed

    Some text in Test Step Result

    Does this help?

    ------------------------------
    Theresa
    Fujifilm SonoSite
    WA United States
    ------------------------------

    Original Message:
    Sent: 08-31-2018 17:52
    From: Alex Wiitamaki
    Subject: How to export test run results

    I am trying to make a report of all test runs within a test cycle that contains:
    1. The test run name and details
    2. Steps for each test run
    3. Step action
    3. Expected result for each step
    4. Notes for each step
    5. Results for each step

    I have not figured out how to export the result for each step into a table. I expected the template to look something like this:

    «TemplateStart:TSTRN»
    «TableStart:STEPS»

    «stepIndex»

    «action»

    «expectedResult»

    «notes»

    «results»

    «TableEnd:STEPS»

    «TemplateEnd:TSTRN»


    The last column of the table doesn't give the results of the test like I had hoped, it just repeats the previous column.

    Is it possible to create a template like this when exporting test runs?

    Thanks,

     

    ------------------------------
    Alex Wiitamaki
    Appareo
    Fargo ND
    ------------------------------
    Bj Haglind

    Vicarious Surgical
    Waltham Massachusetts
  • Alessandro Valli
    Alessandro Valli Member, Data Exchange, Jama Connect Interchange™ (JCI) Posts: 787
    edited January 2023

    Admin -> Item Types -> select a test case item type -> select steps -> her you have the option "Allow Rich Text".

    image
    You need to have access to such settings ...

    ------------------------------
    Alessandro
    Systems Engineer
    SICK AG
    ------------------------------
    -------------------------------------------
    Original Message:
    Sent: 01-18-2023 05:55
    From: Barbara Haglind
    Subject: How to export test run results

    And fun fact, JAMA exports HTML in that field.  Not sure why, or how to turn it off.  Happy to hear from anyone how they manage it (other than the tedious global replace method)

    Disclaimer

    The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.

    This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast, a leader in email security and cyber resilience. Mimecast integrates email defenses with brand protection, security awareness training, web security, compliance and other essential capabilities. Mimecast helps protect large and small organizations from malicious activity, human error and technology failure; and to lead the movement toward building a more resilient world.




    Original Message:
    Sent: 1/18/2023 8:46:00 AM
    From: Verena Neumaier
    Subject: RE: How to export test run results

    Hello,
    I have copied your export template, but in the column "Results" I get the output ""<p> text..</p>".
    Why is the output "<p>"? This must be an error. I have copied the template exactly. Do you have an idea? Thanks!

    ------------------------------
    Verena Neumaier
    Aktormed GmbH
    ------------------------------

    Original Message:
    Sent: 09-06-2018 09:58
    From: Theresa Soares
    Subject: How to export test run results

    Hi Alex -
    Which version of Jama are you using? We have 8.25 and this behavior works for us.

    Here's my Office template:

     

    Step Index

    Action

    Expected Result

    Notes

    Status

    Result

     

    «TableStart:STEPS»

     

    «stepIndex»

    «action»

    «expectedResult»

    «notes»

    «status»

    «result»

     

    «TableEnd:STEPS»



    And here is the output (steps 1-4 omitted for clarity):

    Step Index

    Action

    Expected Result

    Notes

    Status

    Result

    5

    Go to More à System Settings àConnectivity. Select DICOM Setup. Select Config button then Location. Select New and attempt to enable/disable the Wireless check box.

    Verify the Wireless checkbox can be set to enabled or disabled.

    SRD10682

    Passed

    Some text in Test Step Result

    Does this help?

    ------------------------------
    Theresa
    Fujifilm SonoSite
    WA United States

    Original Message:
    Sent: 08-31-2018 17:52
    From: Alex Wiitamaki
    Subject: How to export test run results

    I am trying to make a report of all test runs within a test cycle that contains:
    1. The test run name and details
    2. Steps for each test run
    3. Step action
    3. Expected result for each step
    4. Notes for each step
    5. Results for each step

    I have not figured out how to export the result for each step into a table. I expected the template to look something like this:

    «TemplateStart:TSTRN»
    «TableStart:STEPS»

    «stepIndex»

    «action»

    «expectedResult»

    «notes»

    «results»

    «TableEnd:STEPS»

    «TemplateEnd:TSTRN»


    The last column of the table doesn't give the results of the test like I had hoped, it just repeats the previous column.

    Is it possible to create a template like this when exporting test runs?

    Thanks,

     

    ------------------------------
    Alex Wiitamaki
    Appareo
    Fargo ND
    ------------------------------
    Alessandro
    Systems Engineer
    SICK AG