SoapUI Cookbook
eBook - ePub

SoapUI Cookbook

Rupert Anderson

Compartir libro
  1. 328 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

SoapUI Cookbook

Rupert Anderson

Detalles del libro
Vista previa del libro
Índice
Citas

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es SoapUI Cookbook un PDF/ePUB en línea?
Sí, puedes acceder a SoapUI Cookbook de Rupert Anderson en formato PDF o ePUB, así como a otros libros populares de Computer Science y Web Services & APIs. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Año
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...

Índice