Forum Discussion

AnandKiran's avatar
AnandKiran
Frequent Contributor
17 years ago

How to access the functions in Jar file using Groovy

Hi, I have a small java program which I converted it into Jat file, Now I want to access the functions using groovy in SOAP UI. public class Calc {     int a,b,sum,sub;       in...