Book Image

Mastering SoapUI

Book Image

Mastering SoapUI

Overview of this book

SoapUI is an open-source cross-platform testing application that provides complete test coverage and supports all the standard protocols and technologies. This book includes real-time examples of implementing SoapUI to achieve quality and business assurance. Starting with the features and functionalities of SoapUI, the book will then focus on functional testing, load testing, and security testing of web services. Furthermore, you will learn how to automate your services and then design data-driven, keyword-driven, and hybrid-driven frameworks in SoapUI. Then the book will show you how to test UIs and services using SoapUI with the help of Selenium. You will also learn how to integrate SoapUI with Jenkins for CI and SoapUI test with QC with backward- and forward-compatibility. The final part of the book will show you how to virtualize a service response in SoapUI using Service Mocking. You will finish the journey by discovering the best practices for SoapUI test automation and preparing yourself for the online certification of SoapUI.
Table of Contents (18 chapters)
Mastering SoapUI
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Preface
7
SoapUI Integration with Jenkins and HP QC
Index

SoapUI and LoadUI Integration


In this topic we will see how we can integrate SoapUI and LoadUI together.

SoapUI can be integrated with LoadUI for any advance performance testing need.

LoadUI has a SoapUI runner which helps in integration and any SoapUI project can then be directly imported and run in LoadUI.

This feature of LaodUI even makes it possible to import functional tests from SoapUI and convert them directly to LOAD test.

Let's see how it works.

Pre-requisites

SoapUI functional Testing project is ready and LoadUI is installed on the machine.

  1. Launch LoadUI and verify that the following window pops up:

  2. Select the Project Name:

  3. Select the option Create a SoapUI LoadTest:

  4. Select the number of RPS, requests per second:

  5. A project with soapui Runner configured will open up:

    Here you see a soapui Runner configured, alternatively you can also pick your Runner from the Runners tab displayed on the right-hand side of the screen.

  6. Upload the SoapUI project:

We have now uploaded the SoapUI project and now...