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

UI test automation tools


Let's have a look at some of the famous test automation tools:

  • VSTS Ultimate: Visual Studio Test System is a testing tool bundled with Visual Studio Ultimate. There are various add-ons available to support the testing of various types of applications.

  • QTP: Quick Test Professional is a functional testing tool from HP and it supports various applications including the .NET applications with the help of the .NET Extensibility add-on.

  • Selenium: Selenium is a portable software testing framework for web applications. Selenium provides two versions, the IDE (browser plugin) and the Webdriver. The best and the latest today is Web driver which addresses most of the challenges of the previous versions and enables multibrowser test automation. It also provides a test domain-specific language (Selenese) to write tests in a number of popular programming languages, including C#, Java, Groovy, Perl, PHP, Python, and Ruby. The client API runs on the webdriver and the Grid is an...