Quantcast
Channel: Quality Center / ALM Practitioners Forum topics
Viewing all articles
Browse latest Browse all 5491

How find out tests and their respective baseline

$
0
0

Dear Customer,

 

If there is a need of reporting a list of baselines and the corresponding tests  contained in the baseline, please use this query as example in excel reports, business view or in site admin :

 

select a.bl_name /*baseline name*/,
             a.bl_id /* baseline id*/,
             a.bl_lib_id  /*baseline library id*/ ,
             b.ts_name /* Test name contained in the baseline*/

from baselines a, bl_test b 

where a.bl_id=b.TS_BL_ID

 

 

Same can be used with the BL_COMPONENTS (components), BL_REQ (Requiremetns), etc.. For more details about the database tables please refer to the  ALM help > ALM guides.

 

Cordially,

Ameyjo

 

Cordially


Viewing all articles
Browse latest Browse all 5491

Trending Articles



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