For some stories and scenarios I need dynamic variables which are determined at runtime.
Example: I want to store the balance of an account, do some transactions and then expect that the balance is increased by 1000 for instance. If your test data are not deterministic you need such approaches. Is there a JBehave feature for this, storing such dynamic variables at runtime and accessing them at runtime across scenarios and stories? Or do I have to implement that myself in my steps?
