[Testlink 1.9.4] Can't display the steps in the testcase.

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
eden_guo
TestLink user
Posts: 2
Joined: Wed Aug 11, 2010 10:39 am

[Testlink 1.9.4] Can't display the steps in the testcase.

Post by eden_guo »

I successfully migration testlink 1.8.3 to testlink 1.9.4 (upgrade to testlink 1.9.1 first, and upgrade to 1.9.4)

I check the "tcversions" & "tcsteps" in the database, I found the data is correct, but I can't display the steps in the testcase.

tcversions and tcsteps have the same "id", when id check the "migrate_18_to_19.php" i found the code as below

Code: Select all

$sql = " UPDATE {$tableSet['tcsteps']} " . " SET id = {$item_id} WHERE id={$item_info['id']}";
and then I do some test in the testlink, for example create a new testcase and test steps.

I search the record in tcversions and tcsteps, but the result show me in the same testcase have different id in tcversions and tcsteps

for example: I create new testcase A

tcversions's id = 964678
tcsteps 's id is 964680

who can tell me how the testlink relate the testcase and the steps
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: [Testlink 1.9.4] Can't display the steps in the testcase

Post by fman »

>> I check the "tcversions" & "tcsteps" in the database, I found the data is correct, but I can't display the steps in the testcase.
you do not explain what kind of error you got.
there is no info regarding is some errors are displayed on testlink event viewer

you can not do nay kind of analisys (and you have done when talking about tcversion id and tcstep id) on DB if you do not have knowledge of DB schema => there is an issue on mantis with this info.
Have you searched for DB schema info on forum before posting ?

This is result of searching on forum using word: SCHEMA

TestLink Database schema
See
http://mantis.testlink.org/view.php?id=4004
Post Reply