Hello,
I made a getTestCasesForTestPlan() call to Testlink xmlrpc interface, and the key-value from each test case contains:
- external_id (which is internalid from the exported xml file),
- tc_id,
- feature_id,
- tcversion_id
- tcversion_number,
- z (execution order?)
and others.
Would anyone point me the direction to find out what their role in the testlink and where do they defined?
Thanks in advance,
akang
tc_id, tcversion_id, etc - from API method calls
Moderators: Amaradana, TurboPT, TL Developers
Re: tc_id, tcversion_id, etc - from API method calls
>> external_id (which is internalid from the exported xml file),
what ??
tc_id -> test case id
feature_id -> see testplan_tcversions table
tcversion_id - Test Case Version ID
tcversion_number -> version number for test case
give a look to tables
what ??
tc_id -> test case id
feature_id -> see testplan_tcversions table
tcversion_id - Test Case Version ID
tcversion_number -> version number for test case
give a look to tables