first of all : congratulations to the TL team ! I started playing with TL, and it is a great help.
I am writing tests and I would like to reuse TC steps already written in other tests, either as steps, eather as preconditions.
I read the post "How To - Reuse Test Case Steps" (here http://www.teamst.org/forum/viewtopic.p ... 882f6af8d7), but I could not succeed. Here is what I did :
1 - I created a TC with id = "F-2", containing steps 1 to 3 ; this test has a version number = 1.
2 - I tried to reuse the first step in a new TC, entering in the field "step action" :
Code: Select all
[ghost]"Step":"1","TestCase":"F-2","Version":"1"[/ghost]
[ghost]"Step":"1","TestCase":"F-2","Version":1[/ghost]
[ghost]"Step":1,"TestCase":"F-2","Version":1[/ghost]
I tried all of them, but the result is *** UNABLE TO RENDER ***

Did I miss something ?
Thank you for your help

Nicolas