Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering SoapUI

You're reading from   Mastering SoapUI Experience SOA Test and Test Automation from an expert view

Arrow left icon
Product type Paperback
Published in Aug 2016
Publisher Packt
ISBN-13 9781783980802
Length 240 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Table of Contents (12) Chapters Close

Preface 1. Introduction to SOA Testing FREE CHAPTER 2. Functional Testing In Detail 3. Performance Testing of SOA Applications in Detail 4. Security Testing in Detail 5. Test Automation in SOA World 6. Multilayer Test Automation Using SoapUI and Selenium 7. SoapUI Integration with Jenkins and HP QC 8. End-to-End Test Automation 9. Service Mocking 10. Best Practices in SOA Test Automation Index

Test architecture in detail

SoapUI Architecture is composed of many key components which help provide the users of SoapUI with advanced functionality like virtualization, XPath, invoking services with JMS endpoints, logging, and debugging.

Let's discuss these key components in detail:

  • Jetty: Service virtualization/mock services
    • We can create replicas of services in cases where the service is not ready or buggy to test. In the meantime, we want to create our test cases, for that we can use service virtualization or mocking and use that service.
    • Jetty is used for hosting virtual services.
    • Provided by Eclipse, Java based web server.
    • Works for both SOAP and Rest.
  • Jasper:
    • Is used to generate reports
    • Open source reporting tool
  • Saxon XSLT and XQuery processor:
    • We can use Path and XQuery to process service results
    • The Saxon platform provides us with the option to process results using Path and XQuery
  • Log4J:
    • Used for logging
    • Provides SoapUI, error, HTTP, Jetty, and memory logs
  • JDBC driver:
    • To interact with different databases we would need the respective drivers
  • Hermes MS:
    • Is used in applications where high volume of transactions take place
    • It is used to send messages to the JMS Queue
    • Receiver results from the JMS Queue
    • We can incorporate Java JMS using Hermes JMS
  • Scripting language:
    • We can choose with Groovy or JavaScript
    • We can select language for each project
    • We can set language at project property level
  • Monitoring:
    • To check what is sent to the service and what is received from the service
  • Runners:
    • Execution can be run without using SoapUI
    • Run from the command line
    • Test runner
    • LoadTestRunner
    • SecurityTestRunner
    • MockServiceRunner
    • Can also be executed from build tools such as Jenkins
You have been reading a chapter from
Mastering SoapUI
Published in: Aug 2016
Publisher: Packt
ISBN-13: 9781783980802
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime