Paramanand_Ghod
16 years agoContributor
No signature of method Error
Hi,
When I am trying to run the below groovy script, SOAP UI throws an error "No signature of method: static java.lang.Integer.parseInt() is applicable for argument types: (java.lang.Integer) values: [2000]".
def CharInt = I have 2000 bucks
def count = Integer.parseInt(varInt)
Please help!
Thanks,
Param
When I am trying to run the below groovy script, SOAP UI throws an error "No signature of method: static java.lang.Integer.parseInt() is applicable for argument types: (java.lang.Integer) values: [2000]".
def CharInt = I have 2000 bucks
def count = Integer.parseInt(varInt)
Please help!
Thanks,
Param