user2952544
user2952544

Reputation: 41

How to load properties from an external file in SOAP UI?

Currently, when I tried with an external csv/excel, some junk values are getting updated as properties. Please provide an external file snapshot on how to provide property values to import it in SOAP UI.

Upvotes: 4

Views: 12864

Answers (2)

Aleqsandre
Aleqsandre

Reputation: 1

first you should save your external file like this *.properties (like test.properties file type .properties). inside file there should be key=value Recordlike this

Upvotes: 0

Jeremy K
Jeremy K

Reputation: 81

Have you tried using the Custom Properties import/export feature? It uses an xml document.

You can find it by clicking on your Project/TestSuite/TestCase/TestStep, then looking in the bottom-left corner. Click on the "Custom Properties" tab. There should be property import and export buttons.

There may also be something here which could help you:

http://www.soapui.org/Scripting-Properties/working-with-properties.html

Upvotes: 2

Related Questions