Collections:
Clone SOAP Request in SOAP Test Case
How to clone a SOAP Request in a SOAP Test Case? I want create new SOAP request similar to an existing SOAP request.
✍: FYIcenter.com
You can follow this tutorial to clone an existing SOAP request
to save time and avoid mistake when creating new test steps.
1. Open NDFD-soapui.xml project in SoapUI.
2. Right-click on "SOAP Request" you want to clone from. Add select "Clone TestStep" from the context menu. You see the "Clone TestStep" window.
3. Enter "SOAP Request Error" as the "TestStep Name" and click "OK". You see a new test step created.
4. Double-click "SOAP Request Error" to open it.
5. Review the request message of the new SOAP request. The request message should be the same as the old request.
6. Save the project file.
The picture below shows you how to Clone SOAP Request in SOAP Test Case:
⇒ SOAP Request Failed in SOAP Test Case
⇐ Add "Not SOAP Fault" Assertion to SOAP Request
2018-03-31, 4244🔥, 0💬
Popular Posts:
How to generate test fractional numbers? Test fractional numbers are numbers with fractions that are...
How to Pass Windows Environment Variable to JMeter? I want to use Windows temporary folder environme...
How to perform UUDecode (Unix-to-Unix Decode)? UUEncode is Unix-to-Unix encoding used on Unix system...
How to perform UUDecode (Unix-to-Unix Decode)? UUEncode is Unix-to-Unix encoding used on Unix system...
How to turn off HTTP response compression in SoapUI? HTTP response compression reduces the data size...