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.
- NewAutoTester6 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
- nmrao6 years agoCommunity HeroLibraries,yYou mean below class?
"com.common.Transactions"- NewAutoTester6 years agoContributor
Hi Rao,
Yes, we created a com.common.Transactions.groovy custom class. This is not getting imported in the groovy test step some times.
Regards