Forum Discussion
Leonidaas
15 years agoNew Contributor
After having Lunch i got the Idea for solving this.
Its very simple...
Just use Properties
Delete Step 2.
Change Step 1 last part of Code. Delete all the Code for Saving to temp-file:
And change Step3 Sources.
Thats it.
Its very simple...
Just use Properties
Delete Step 2.
Change Step 1 last part of Code. Delete all the Code for Saving to temp-file:
.....
...
targetStep = testRunner.testCase.getTestStepByName( "Properties" )
targetStep.setPropertyValue( "ABC", parts[0])
targetStep.setPropertyValue( "CABC", parts[1])
log.info("ABC:"+parts[0]);
log.info("CABC:"+parts[1]);
And change Step3 Sources.
Thats it.