Solved
Forum Discussion
nmrao
6 years agoCommunity Hero
Make sure the library files which are in your system under READY_HOME/bin/ext directory are available in the new machine you are trying to use.
NewAutoTester
6 years agoContributor
Hi Rao,
I have the library files in src/test/resources path in cucumber project in both the machines and setting them up after loading the project like mentioned below.
project = new WsdlProjectPro("src/test/resources/xml/SoapUI"); project.setScriptLibrary("src/test/resources/groovy/");
This is working for all the test cases but not all the time.
Regards