Forum Discussion
swety
10 years agoNew Contributor
Thanks for your answers, I want to use context to transfert my map between two TestCase
I create and write to the map in TestCase1
// create map inside testcase1
def Map = [Login :"Login", Nom: "Nom"]
//set the map in the context
context.setProperty("Map", "Map)But in testcase2 when I try to get the map using context I get nothing : the variable is not passed into it
testRunner.testCase.testSuite.project.testSuites.testCases['testcase1'].context.Map
Thanks advance for your help