From the course: API Test Automation with SoapUI

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Running SoapUI from Docker

Running SoapUI from Docker - SoapUI Tutorial

From the course: API Test Automation with SoapUI

Start my 1-month free trial

Running SoapUI from Docker

- [Instructor] We've seen how to use SoapUI at the command line and there's a lot of power in there. If you want to run SoapUI as part of your build system, there are ways that you can use the command line to integrate it into your build system. So you can see here in the documentation we can integrate it with Maven which is a build tool that's used. You can integrate it with JUnit. And there's some others IDs and stuff that you can integrate it with as well. Now these are all fairly complex tools. So to be able to explain how to use it with them is beyond the scope of this course. But hopefully if you're using those in your build system you understand those tools well enough that you can couple that with the knowledge you've learned about running SoapUI at the command line to integrate it into your build system. I did however want to kind of walk your through and show you an example of how this could work and what it could look like. So I decided to use Docker. And Docker if you…

Contents