- SoapUI Cookbook
- Rupert Anderson
- 320字
- 2021-07-23 20:19:17
Introduction
Web service stubs (and mocks—see Chapter 3, Developing and Deploying Dynamic REST and SOAP Mocks) are often developed in the early stages of a project, to quickly provide limited functionality to the client application while the full web services are implemented. This chapter shows how SoapUI can help you quickly test and develop simple Java REST and SOAP web service stubs and generate tests by recording interactions with existing web services. The web service stub implementations that you'll develop will only involve a few lines of Java code and can be run as Java executables. Apart from providing a quick warm up on basic SoapUI testing, the service interfaces and implementation examples will be reused as the basis for more advanced topics later in this book.
What you'll learn
You will learn the following topics:
- How SoapUI can help you test, update, refactor, and develop a simple stub SOAP web service using its WSDL
- How SoapUI can help you test and develop a simple stub REST web service
- How SoapUI's discovery features can help you generate tests
- To use Apache CXF to generate, implement and run basic JAX-RS and JAX-WS web service stubs
What you'll need
You will need the following software:
Note
New to SoapUI?
While this chapter demonstrates how to set up basic SoapUI REST and SOAP projects, tests, and assertions, it doesn't cover the typical 'getting started' installation, setup, and overview of SoapUI. So if you are completely new to SoapUI, it might also be worth taking a look at the online SoapUI docs, for example, Getting started at http://www.soapui.org/.
- Spring Cloud Alibaba核心技術與實戰案例
- LabVIEW 2018 虛擬儀器程序設計
- Moodle Administration Essentials
- 企業級Java EE架構設計精深實踐
- Ceph Cookbook
- Photoshop智能手機APP UI設計之道
- PHP程序設計(慕課版)
- INSTANT FreeMarker Starter
- vSphere High Performance Cookbook
- 匯編語言程序設計(第2版)
- Learning Apache Kafka(Second Edition)
- MATLAB定量決策五大類問題
- Python大學實用教程
- Scala Functional Programming Patterns
- PyQt編程快速上手