Created On: 04 September 2012 You can create a report that will return a list of non-executed tests. For this, you can use the following view: - TM_V_TestDefinitions See SQL Below that will return this information:- SELECT TestContainerID ,TestContainerName ,ProjectID ,ProjectName ,TestID ,TestName ,TestDescription ,CurrentExecStatus ,LastExecutedAt FROM TM_V_TestDefinitions WHERE LastExecutedAt IS NULL AND ProjectID = '' Add the particular Project ID to the parameter above. Incident #2585725 Old KB# 36266
↧