Quantcast
Channel:
Viewing all articles
Browse latest Browse all 43829

Wiki Page: Extract list of non-executed tests for a Test Manager project

$
0
0
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

Viewing all articles
Browse latest Browse all 43829

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>