Forum Discussion

interval's avatar
interval
Occasional Contributor
15 years ago

SoapUIRunner Request failing

Hi,

We are just getting started to learn LoadUI. We have problem that our All of our SoapUIRunner/LoadUI request are keep failing when executed from LoadUI, but passed when I executed it from the soapUI even I executed it during the Same failing loadTest.

We are using a composite project for the soapUI.
Can you please tell me what it means when the request are failing in the SoapUIRunner? If the SoapUI assertion/groovy validation failed during the load test, then it will mark it as a failed?

Also is there any log file in the soapUI so I can find out why the request failed?

THanks,
Ferdinand

4 Replies

  • The soapUI Runner should report failures with the same logic that soapUI TestCases reports failures. LoadTests in soapUI however, ignores failures by default.

    Are you experiencing a different behaviour from loadUI than the one I descirbed above?

    /Henrik
    eviware.com
  • interval's avatar
    interval
    Occasional Contributor
    Hi Henrik,

    No, First I am executing the request through LoadUI and I am seeing all the request are failed, while I am executing the load test, I have the soapUI open, and I execute manually (not through a load test) the particular test case in the soapUI (while the loadUI test are running) the test are always pass in the soapUI. So I was trying to find the log while the loadUI test case are failing.

    Thanks,
    Ferdinand
  • interval's avatar
    interval
    Occasional Contributor
    Hi Henrik,

    After reading the forum, I think I have similiar problem with the problem in "Run Once" in soapUI Runner fails to execute SoapUI testcase" thread.

    We use DataSource JDBC and also calling the database from the DataSource Script type.

    I moved our jdbc jar to C:\Program Files (x86)\eviware\loadUI-1.5.0-beta-1\jre\lib\ext but still did not work.

    I put the com.eviware.soapui.support.GroovyUtils.registerJdbcDriver( "sun.jdbc.odbc.JdbcOdbcDriver" ) in the DataSource, but it returns
    "No signature of method: static com.eviware.soapui.support.GroovyUtils.registerJdbcDriver() is applicable for argument types: (java.lang.String) values: [sun.jdbc.odbc.JdbcOdbcDriver]"

    Do you have any update in this problem?

    I also think I want to see the error log in the loadUI to confirm this is the problem. Can you please help to point it to us where loadUI save the error log?



    Thanks,
    Ferdinand
  • interval's avatar
    interval
    Occasional Contributor
    I finally able to resolve this by upgrading to soapUI 3.6.2 (Used the 3.5) before. And also using the included oracle jdbc driver instead of our older driver. However I am still curious how to look at the request execution log in the loadUI.

    Thanks,
    Ferdinand