tc_id, tcversion_id, etc - from API method calls

Discussion and information for XML-RPC interface.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
akang
Advanced user
Posts: 20
Joined: Wed Sep 22, 2010 8:36 pm

tc_id, tcversion_id, etc - from API method calls

Post by akang »

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
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: tc_id, tcversion_id, etc - from API method calls

Post by fman »

>> 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
Post Reply