Forum Discussion

jojoma's avatar
jojoma
Occasional Contributor
12 years ago

Triggering SoapUi execution remotely

Hi,

I'm trying to automate a SoapUi run from a remote machine. Is there any way of doing that except through CLI?

Thank you in advance
  • nmrao's avatar
    nmrao
    Champion Level 3
    Assuming that question related to test execution using soapui. You can invoke a soapui command line using testrunner.bat

    If you know how you can inoke remote commands, then it would be same.

    EDIT:
    Sorry, mis read your query. What you are looking for exactly if not thru cli?
    You may also run the tests using jenkins on a remote machine.
  • jojoma's avatar
    jojoma
    Occasional Contributor
    SoapUI is just a small part in my test scenario. I need to be able to start/stop/configure/read remotely and at any time during my test case run (that's why Jenkins is out of the question).
    I've already tried through CLI but i ran into some limitations.

    That's why i was wondering if any other approach is possible?

    I find this junit integration really interesting: http://www.soapui.org/Test-Automation/i ... junit.html but it seams that this is all local run.
  • nmrao's avatar
    nmrao
    Champion Level 3
    I feel that it is underestimation regarding jenkins.
  • jojoma's avatar
    jojoma
    Occasional Contributor
    Hi nmrao, would you please care to elaborate your answer. I mean, my decision is not written in stone it's just that, at this moment, I feel that Jenkins could not help me with this task.
    I could be wrong, of course.

    But still, I'm open to other suggestions too