Page 1 of 1

[SOLVED] Reusing Test Case Steps in 1.9.7

Posted: Thu Jul 18, 2013 10:46 am
by nfriot
Hello,
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 *** :shock:

Did I miss something ?
Thank you for your help :P

Nicolas

Re: Reusing Test Case Steps in 1.9.7

Posted: Thu Jul 18, 2013 11:53 am
by fman
thera issues with the strings because someother strange character is present.
have tried with the ghost icon to generate the string instead of manually ?

Re: Reusing Test Case Steps in 1.9.7

Posted: Thu Jul 18, 2013 12:07 pm
by nfriot
Thank you, it works ! You saved my day :D
Nicolas