Forum Discussion

SOAPBegUser's avatar
SOAPBegUser
Occasional Contributor
4 years ago
Solved

How to run a single request from the command line

Hi,

 

I read some of the documentation for using TestRunner.bat.  But it seems to apply to an entire test suite.

 

I'd just like to run a single request like a document update or a query, inside a project.  Is that possible?

 

 

 

3 Replies

  • You can use this to run single SOAP requests from the command line:

    https://github.com/marcemv90/soap-cli

  • SOAPBegUser's avatar
    SOAPBegUser
    Occasional Contributor

    Alright, I went ahead and set up test cases that ran the request, using the instructions from

     

    https://www.youtube.com/watch?v=3PlXWtTswug

     

    and

     

    https://www.youtube.com/watch?v=nSvCa_Dyf0w

     

    , and also played with Groovy for the first time in 5 years.

     

    Everything is good.  I'll play with the project, and look at more Youtube videos, in order to find out how to run the Groovy step from the Command line.

     

    Thanks for making this easy and fun, Soap UI developers.