I was wondering how to query the DB to obtain the testcases not associated to any testplan, I assumed that it must be:
Code: Select all
select * from tcversions where id not in (select tcversion_id from testplan_tcversions)
Also, other related problem,
Where is in DB scheme the association between cases and its project, it doesn't seem to be anywhere, neither tc_versions nor nodes hierarchy...
I don't know how you run the queries programatically in the app, but the DB isn't very intuitive.
Thanks in advance.