Forum Discussion
The issue is fixed with the help of my CI/CD team member.. what he has done is used soapui.properties in custom environment... beacuse of which unable to get the custom settings.
One thing for sure is having issues with project level properties.
the same project level proprties are working in windows and the same project level properties are not working in linux.
Example:
def db_ip = context.expand( '${#Project#db_ip}' ).toString();
log.info("db_ip = " + db_ip)
is Failing
def db_ip = context.expand( '${#TestCase#db_ip}' ).toString();
log.info("db_ip = " + db_ip) is working
the version i used is 2.5.0 & 2.6.0 ReadyAPI
Hi chikki78,
Happy to hear that at least one of the issues has been resolved. I've marked the previous post with your solution accordingly.
As for the issue with a project property, I suggest that you check if you see the same behavior in the latest maintenance build. If you do, please report this issue to our Support Team.