How to test file upload using SOAP UI

How to check file downloads using SOAP UI.

There is a service that accepts the file as input I want to simulate using the SOAP UI
This gives me.

content must be inline.

alt text

+3
source share
1 answer

Here are some documents on using attachments in soapUI.

http://www.soapui.org/SOAP-and-WSDL/adding-headers-and-attachments.html

From Ole to eviware Forum

  • Create a new project
  • Create TestSuite in the project
  • Create TestCase in TestSuite
  • Add HTTP TestRequest Step to TestCase
    • Set the endpoint of the URL you want to download in
    • POST ( PUT)
  • , , ""
  • POST ,
  • !
+1

Source: https://habr.com/ru/post/1772108/


All Articles