Forum Discussion
Jan_Stepan
17 years agoOccasional Contributor
I've tried to use the same idea in the test suite setup script with soapUI 2.5.1, e.g.
def properties = new java.util.Properties();
...
properties.load( new java.io.FileInputStream( "C:/.../Testing/temp/" + context.expand('${#TestSuite#testpropFilename}' ) ));
I've confirmed my file/path exists, but soapUI says
java.io.FileNotFoundException: C:\...\Testing\temp (Access is denied)
Any ideas why it may have trouble reading the file?
It's all on the same PC running XP, and all is same user.
def properties = new java.util.Properties();
...
properties.load( new java.io.FileInputStream( "C:/.../Testing/temp/" + context.expand('${#TestSuite#testpropFilename}' ) ));
I've confirmed my file/path exists, but soapUI says
java.io.FileNotFoundException: C:\...\Testing\temp (Access is denied)
Any ideas why it may have trouble reading the file?
It's all on the same PC running XP, and all is same user.