Where is script table fixture reuse documented?

106 views Asked by At

I read somewhere that if I start a table with |script| on a line by itself, without specifying a fixture name, FitNesse / Slim will reuse the fixture from the previous script table:

|script|my script table fixture|
|check|do something|ok|

Then something else happens, but later I want to keep using that fixture:

|script|
|check|do something else|ok|

But now I can't find where this is documented. It's not mentioned on the documentation page for script tables. Where is this feature actually described?

1

There are 1 answers

0
Fried Hoeben On BEST ANSWER

It is on the page you linked, although not too clearly:

 If there is no actor specified then the previous script table's actor on this test page will be used.