vote up 1 vote down star

I was wondering is it possible to set up a variable within the test suite so thatit can be passed down to the setup fit page as a parameter value ?

flag

2 Answers

vote up 1 vote down

Sure. Use a !define xxx {yyy} on the suite page and a ${xxx} on the SetUp page. Make sure the SetUp page and all the test pages are children of the Suite page.

link|flag
vote up 0 vote down

Have a look at the FlowFixture, this contains the keyword name.

More info at: http://www.syterra.com/FitnesseDotNet/NameKeyword.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.