You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
i'm using | $VariableName= | is | storeText | on | //*[contains(@class, 'testPanel')]| to create a variable and later use this variable with | ensure | do | sendKeys | on | //*[contains(@id, 'textbox')]| with | $VariableName|
This works perfectly within a single test. However, Xebium/Fitnesse, seems to forget this variable when the next test in the suite opens.
How can I share variables between tests within a testsuite ?
i'm using
| $VariableName= | is | storeText | on | //*[contains(@class, 'testPanel')]|to create a variable and later use this variable with| ensure | do | sendKeys | on | //*[contains(@id, 'textbox')]| with | $VariableName|This works perfectly within a single test. However, Xebium/Fitnesse, seems to forget this variable when the next test in the suite opens.
How can I share variables between tests within a testsuite ?