SoapUI Cookbook
eBook - ePub

SoapUI Cookbook

Rupert Anderson

Condividi libro
  1. 328 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

SoapUI Cookbook

Rupert Anderson

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
SoapUI Cookbook è disponibile online in formato PDF/ePub?
Sì, puoi accedere a SoapUI Cookbook di Rupert Anderson in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Computer Science e Web Services & APIs. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Anno
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...

Indice dei contenuti