Forum Discussion

RFloyd2000's avatar
RFloyd2000
Occasional Contributor
13 years ago

How to indicate the teststep that failed with soapUI runner

Is there a way that loadUI can report what teststep failed when using soapUI runner? I see that an assertion is reported as failed, but the user in loadUI does not know which step failed.

3 Replies

  • RFloyd2000's avatar
    RFloyd2000
    Occasional Contributor
    *Resolved*

    On soapUI runner, go into settings and change the Output Level to TestCase and RequestTestSteps
    Place a Condition module on the Workspace and set condition to false
    Feed the soapUI runner output into the Condition Module
    Feed the Condition Module output into a Table Log

    Now the Table log will show the step that failed.
  • sunilnn's avatar
    sunilnn
    New Contributor
    1. Change soapui runner output Level to "TestCase and RequestTestSteps" and save changes. Refer step1 screenshot.
    2. Place a Condition module on the Workspace and under settings set condition to "false" (Default will be blank) and save changes. Refer step2 screenshot.
    3. Feed Soapui runner output into input of condition module.
    4. Feed the Condition Module output into a Table Log. Refer step3 screenshot.
    In this test I have set condition "Time Taken" between range min=0 to max=1000ms and method which takes more than 1000ms will be logged in error table log. Refer last screenshot of Error tablelog.