<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Custom report of test steps (Thread)</title><description> I work in a project which has requirements traced directly to test steps and I would like the ability to report on execution progress at the test step level. Id like to see which test steps are passed/failed, if they are traced to a requirement and if they are traced to an Incident.  This is what I would like the ability to view:     Test Set ID  Test Set Name  Test Case ID  Test Case Name  Test Step ID  Run Status  Linked Requirement ID  Linked Incident ID                                    Can you help me set up this custom report query? </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/spirateam/reports/1759.aspx</link><item><guid isPermaLink="false">threadId=1759</guid><author>Brandon Thomas (bthomas1909@yahoo.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom reports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> test steps</category><title>Custom report of test steps</title><description> I work in a project which has requirements traced directly to test steps and I would like the ability to report on execution progress at the test step level. Id like to see which test steps are passed/failed, if they are traced to a requirement and if they are traced to an Incident.  This is what I would like the ability to view:     Test Set ID  Test Set Name  Test Case ID  Test Case Name  Test Step ID  Run Status  Linked Requirement ID  Linked Incident ID                                    Can you help me set up this custom report query? </description><pubDate>Thu, 19 Oct 2017 14:05:40 -0400</pubDate><a10:updated>2017-10-27T13:24:31-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1759.aspx</link></item><item><guid isPermaLink="false">messageId=3145</guid><author>Jim R (donotreply5@kronodesk.net)</author><title> Hi Brandon,  I have part of the query for you. It shows the requirements, test cases, test steps li</title><description> Hi Brandon,  I have part of the query for you. It shows the requirements, test cases, test steps linked:   select RS.REQUIREMENT_ID, RQ.NAME AS REQUIREMENT_NAME, TC.TEST_CASE_ID, TC.NAME AS TEST_CASE_NAME, RS.TEST_STEP_ID, TS.EXECUTION_STATUS_NAME
from SpiraTestEntities.R_RequirementTestSteps as RS
join SpiraTestEntities.R_Requirements as RQ on RS.REQUIREMENT_ID = RQ.REQUIREMENT_ID
join SpiraTestEntities.R_TestSteps as TS on RS.TEST_STEP_ID = TS.TEST_STEP_ID
join SpiraTestEntities.R_TestCases as TC on TC.TEST_CASE_ID = TS.TEST_CASE_ID
where RQ.PROJECT_ID = ${ProjectId}   Regards  Jim </description><pubDate>Fri, 27 Oct 2017 13:24:31 -0400</pubDate><a10:updated>2017-10-27T13:24:31-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1759.aspx#reply3145</link></item></channel></rss>