Gepir
7 years agoOccasional Contributor
relativePath (soapui java API)
Hi all,
i'm trying to find the way how to set relativePath for project xml's and also for datasource. Cause' I'm trying to automate all soap and rest tests in our company. And all collegues create their own soapui tests/projects and plan is run this projects or just suites, testCases from Bamboo.
what I trying is:
private static final String OUTPUT_FOLDER_PATH = WorkspaceImpl.class.getResource("src/test/resources/suites/").getPath();
and than from bamboo i will send specific name of the XML what I want to start.
but problem is that i'm not sure if this way is correct, cause' doesnt work. Could somebody write me how to do it? Some example will help :-)
Thanks