SoapUI Cookbook
eBook - ePub

SoapUI Cookbook

Rupert Anderson

Buch teilen
  1. 328 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

SoapUI Cookbook

Rupert Anderson

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist SoapUI Cookbook als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu SoapUI Cookbook von Rupert Anderson im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Computer Science & Web Services & APIs. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Jahr
2015
ISBN
9781784394219

SoapUI Cookbook


Table of Contents

SoapUI Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why Subscribe?
Free Access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
1. Testing and Developing Web Service Stubs With SoapUI
Introduction
What you'll learn
What you'll need
Generating a WSDL-first web service using SoapUI tool integration
Getting ready
How to do it...
How it works...
There's more...
See also
Developing a SOAP web service test-first
Getting ready
How to do it...
How it works...
There's more...
See also
Updating a SOAP project using a WSDL
Getting ready
How to do it...
How it works...
There's more...
Updating SOAP projects using WSDL refactoring (Pro)
Getting ready
How to do it...
There's more...
Generating and developing a RESTful web service stub test-first
Getting ready
How to do it...
How it works...
There's more...
Code-first REST services
See also
Generating SoapUI tests with REST discovery (Pro)
Getting ready
How to do it...
How it works...
There's more...
See also
2. Data-driven Testing and Using External Datasources
Introduction
What you'll learn
What you'll need
Creating and checking data with the JDBC Request TestStep
Getting ready
How to do it...
How it works...
See also
Parameterizing SQL queries with the JDBC Request TestStep
How to do it...
How it works...
There's more...
See also
Setting properties from an external file
Getting ready
How to do it...
How it work...
See also
Importing CSV file data into an in-memory H2 database with Groovy
Getting ready
How to do it...
How it works...
There's more...
See also
Looping over CSV file data and driving tests with Groovy
Getting ready
How to do it...
How it works...
There's more...
See also
Querying MongoDB with Groovy
Getting ready
How to do it…
How it works...
There's more...
See also
Publishing, browsing, and consuming ActiveMQ JMS messages via the REST API
Getting ready
How to do it...
How it works...
There's more...
See also
3. Developing and Deploying Dynamic REST and SOAP Mocks
Introduction
What you'll learn
What you'll need
Selecting mock responses using Groovy
Getting ready
How to do it...
How it works...
There's more...
See also
Developing dynamic database-driven SOAP mocks
Getting ready
How to do it...
How it works...
There's more...
See also
Developing dynamic database-driven REST mocks
Getting ready
How to do it...
How it works...
There's more...
See also
Building mock responses dynamically
How to do it...
How it works...
There's more...
Deploying mocks as WAR files
Getting ready
How to do it...
How it works...
There's more...
See also
4. Web Service Test Scenarios
Introduction
What you'll learn
What you'll need
Testing WSDL and response WS-I compliance
Getting ready
How to do it...
How it works...
There's more...
See also
Testing SOAP response schema compliance
Getting ready
How to do it...
How it works...
There's more...
See also
Testing REST response XML schema compliance
Getting ready
How to do it...
How it works...
There's more...
Testing response compliance using JSON schemas
Getting ready
How to do it...
How it works...
There's more...
Need XML schema validation?
See also
Testing and mocking SOAP (MTOM+XOP) attachments
Getting ready
How to do it...
How it works...
There's more...
See also
Testing HATEOAS links
Getting ready
How to do it...
How it works...
There's more...
Testing polling style asynchronous REST services
Getting ready
How to do it...
How it works...
There's more...
Testing asynchronous SOAP service callbacks
Getting ready
How to do it...
How it works...
There's more...
See also
Testing for e-mails with Groovy
Getting ready
How to do it...
How it works...
There's more...
See also
Testing files with Groovy
Getting ready
How to do it...
How it works...
There's more...
See also
5. Automation and Scripting
Introduction
What you'll learn
What you'll need
Running mocks from the command line
Getting ready
How to do it...
How it works...
There's more...
Running tests from the command line
Getting ready
How to do it…
How it works...
There's more...
Providing environment-specific properties
How to do it...
How it works...
See also
Generating mock WAR files from the command line
Getting ready
How to do it...
How it works...
Running mocks and tests using Maven
Getting ready
How to do it...
How it works...
There's more...
See also
Running mocks and tests using Java and JUnit
Getting ready
How to do it...
How it works...
There's more...
See also
Running mocks and...

Inhaltsverzeichnis