Page 1 of 1

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

Posted: Wed Oct 10, 2012 7:00 am
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

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

Posted: Thu Oct 11, 2012 2:41 pm
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