Forum Discussion
membersound
14 years agoOccasional Contributor
To be more specific: can I create a *.jar containing my selenium or whatever tests, and just call the classes triggering the tests by groovy?
eg groovy:
??
eg groovy:
import path.to.my.jar;
new MyTestClass().executeTestCase1();
??