I'm facing a problem with Fitnesse.
I have the following testcase with these steps.
- Generate XML
- send xml
- read answer
- return property from answer
I have another testcase that should use that return value.
Can I set a global variable that I can use in my whole testsuite? (Btw the return value is variable)
Thanks in advance.