[mySQL] Link Testcase to Testplan
Posted: Fri Jul 03, 2015 5:22 pm
Hello,
the main goal is to move my testplan from one Testproject to another Testproject. As the testlink-import-function has only imported like 500 from 1000 testcases via the import function I had to try it manually. So I have imported the Testcases and tried to link the newproject.tcversion_id to the testplan-id.
If I click on "Manage Testplans" there is the right count of testcases in my testplan. But if I click on execute (Build available) there is no single testcase available. Where is the problem here?
I tried to debug it in the sql log (see what happens if I add an testcase to an testplan via testlink), but it gives me the same query as I tried to insert it into the database.
Note: I don't want to add all available testcases to the testplan
Any help is really appreciated!
Thanks,
nitramf
the main goal is to move my testplan from one Testproject to another Testproject. As the testlink-import-function has only imported like 500 from 1000 testcases via the import function I had to try it manually. So I have imported the Testcases and tried to link the newproject.tcversion_id to the testplan-id.
If I click on "Manage Testplans" there is the right count of testcases in my testplan. But if I click on execute (Build available) there is no single testcase available. Where is the problem here?
I tried to debug it in the sql log (see what happens if I add an testcase to an testplan via testlink), but it gives me the same query as I tried to insert it into the database.
Code: Select all
INSERT INTO testplan_tcversions (testplan_id,author_id,creation_ts,tcversion_id,platform_id) VALUES (34546,75,'2015-07-03 16:52:24',27395, 1)
UPDATE testplan_tcversions SET node_order=0 WHERE testplan_id=34546 AND tcversion_id=27395
Note: I don't want to add all available testcases to the testplan
Any help is really appreciated!
Thanks,
nitramf