Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • SoapUI Cookbook
  • Toc
  • feedback
SoapUI Cookbook

SoapUI Cookbook

By : Rupert Anderson
4 (5)
close
SoapUI Cookbook

SoapUI Cookbook

4 (5)
By: Rupert Anderson

Overview of this book

This book is aimed at developers and technical testers who are looking for a quick way to take their SoapUI skills and understanding to the next level. Even if you are new to SoapUI but have basic Java skills and a reasonable grasp of RESTFul and Soap web services, then you should have no problem making use of this book.
Table of Contents (13 chapters)
close
12
Index

Providing environment-specific properties


A common requirement when running SoapUI tests from scripts is to be able to provide different hostnames, ports, and file paths for different test environments. This recipe shows some easy ways to do this.

How to do it...

We'll look at two different ways to set the endpoint for Test Request TestStep in SOAPMock-soapui-project.xml. For the examples, assume that there is a mock service that is running http://localhost:9001/mockInvoicePortBinding. Perform the following steps:

  1. Perhaps, the simplest way is to use the –e endpoint parameter to override the Test Request TestSteps endpoint, for example:

    ./testrunner.sh -e http://localhost:9001/mockInvoicePortBinding <chapter3 samples>/SOAPMock-soapui-project.xml
    
  2. Another more flexible way is to set the endpoint using a property, for example:

    • Add a project-level property:

    • Use a property expansion to set the TestSteps endpoint:

    • Provide the value for the property using –Pname=value:

      ./testrunner.sh -Pendpoint...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete