How to transfer variable from a test case to another test case

Hi,
If your testCaseB have a TestCase variable with name “var1”, use

WebUI.callTestCase(findTestCase('testCaseB'), [('var1') : text], FailureHandling.STOP_ON_FAILURE)
3 Likes