aneurysm
2 years agoOccasional Contributor
Use java methods in groovy script
Hi, how to use java standard library methods in groovy script? As mentioned https://support.smartbear.com/readyapi/docs/testing/scripts/libs/pre-installed-lib.html java.lang in preinstalled so i expected to use e.g. toInteger() methods on variables (to cast property to integer) but there is exception in call such scripts. There is no code completition for e.g. java.lang library...