SoapUI Cookbook
eBook - ePub

SoapUI Cookbook

Rupert Anderson

Partager le livre
  1. 328 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

SoapUI Cookbook

Rupert Anderson

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que SoapUI Cookbook est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  SoapUI Cookbook par Rupert Anderson en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Computer Science et Web Services & APIs. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
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...

Table des matiĂšres