Kenzo
17 years agoOccasional Contributor
junit test case in soapUI?
I have this java class which contains a set of junit test cases, each one of them test a web page. I was wondering if it possible to call that class in a groovy test step in soapui, in the same way a ruby program is called.
here is how a ruby program is called in a groovy step in soapui, is there anything similar to this for java programs
java.lang.Runtime a = java.lang.Runtime.getRuntime();
java.lang.Process b = a.exec("ruby C:\\ruby\\my_file.rb");
Thread.sleep(30000);
thx
here is how a ruby program is called in a groovy step in soapui, is there anything similar to this for java programs
java.lang.Runtime a = java.lang.Runtime.getRuntime();
java.lang.Process b = a.exec("ruby C:\\ruby\\my_file.rb");
Thread.sleep(30000);
thx