Forum Discussion

aaron_ehrensber's avatar
aaron_ehrensber
Contributor
15 years ago

Step through test

I'd like to use SoapUI in a demo.  During the demo, I'd like to step through a test, step 1, step 2, step 3, explain a few things, step 4, step 5, etc...

Is there a way to STEP through a test or project?  I have found a way to pause the steps, but I haven't found a way to truely step through.

Is this possible and how would I do this?

1 Reply

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hello,

    Sorry, there isn't a way to really step through the test. You could use Groovy script TestSteps to pause execution by using:


    com.eviware.soapui.support.UISupport.confirm('Question', 'Title')


    which will pause the execution with a popup, and continue once the popup is closed.

    Regards,
    Dain
    eviware.com