Share a variable in Fitnesse Scrript

Certified Lead Developer

I have a test suite having multiple test classes and multiple scenarios.

I want to create a page object repoitory so I wanted to reuse and share a variable acoss different tests.

Is it possible that during an execution I can store one id (Ex. a cae id) in a variable and then pass and use it in other scripts?

Currently I can store in a local variable but the scope of that variabe is only that test and not other tests withing the same/other suite?

Thanks

  Discussion posts and replies are publicly visible