I have a test-case. Where in a begin i create a new variable in a user code via merge of two other variables .
Code: Select all
var varMergedUrl=varMainDomain+varLinkPath;
After merge this variable has a value and ranorex open a correct link .
But he didn't save this value to the end of test case
But when test run comes to last module "Delete created Items" , the value of varMergedUrl is empty. And test fails.
what is a way to keep this value to the end of a test case?