In my fitnesse project i've got one table which stores authentication data to database. I'm using it on each site. Is it possible to have one site with that table and allow all other test sites use data from it? how i can define global table with variables that i need?

link|improve this question
What do you mean by 'Site'? Do you mean an individual asp.net page? Or do you mean different asp.net projects/applications/assemblies? – wllmsaccnt Oct 29 '10 at 14:56
feedback

1 Answer

You can define a procedure in your SuiteSetUp and re-use it on multiple pages. http://fitsharp.github.com/Fit/DefineFixture.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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