Forum Discussion

taillant's avatar
taillant
Occasional Contributor
14 years ago

soapUI Runner bug - script path

Hi,

I try to integrate my loadUi script into Jenkins (CI system). I face a problem because I have a SoapUI runner that point to a soapUi file on my local system. But when I try to integrate it into Jenkins, the path to this SoapUi file change, and when I start my LoadUi test, it failed saying that it can't find the path...

Do I have to open a feature to save the soapui script into Soapui runner or to do not check the script path?

Any idea?

Thanks in Advance,

4 Replies

  • Hello!

    It's not possible to embed a soapUI project within a loadUI project, but it is possible to use relative paths (e.g. resources/my-soapUI-Project.xml) instead of absolute paths (e.g. c:\Users\SomeUser\Documents\soapUI-projects\my-soapUI-Project.xml).

    There's a checkbox for that in the soapUI Runner's settings.

    Hope this helps!

    Henrik
    SmartBear Software
  • taillant's avatar
    taillant
    Occasional Contributor
    Problem the relative path seems to be relative to Loadui installation and not loadui current project path.

    I mean:
    If I set "soapUI Project" to "..\test\mySoapui.xml" with "Use relative path for project" to true, I get the error:

    "Specified soapUI project file C:\Program Files\eviware\loadUI-1.5.1-SNAPSHOT\..\src\test\soapui\IntegrationTests-soapui-project.xml does not exist. File may have been moved, renamed or deleted."

    I have my loadui project saved into "d:\temp\myloadui.xml"

    Any idea?
  • taillant's avatar
    taillant
    Occasional Contributor
    Hi All,

    Do you have any update on this? It is critical for our project.

    Regards,

    Jean-Marc