Forum Discussion
omatzura
18 years agoSuper Contributor
Hi!
ok.. groovy can't expand this property, you need to use the context for this;
def properties = new java.util.Properties();
properties.load( new java.io.FileInputStream( "C:/workplace/work/Testing/temp/" + context.expand('${#TestSuite#testpropFilename}' ) ));
regards!
/Ole
eviware.com
ok.. groovy can't expand this property, you need to use the context for this;
def properties = new java.util.Properties();
properties.load( new java.io.FileInputStream( "C:/workplace/work/Testing/temp/" + context.expand('${#TestSuite#testpropFilename}' ) ));
regards!
/Ole
eviware.com