this blog will demonstrates the steps by steps to perform web api testing in SOAPUI.
SoapUI is built for end-to-end testing of Rest and SOAP Apis, Web Service and Micro Service. SoapUI can easily automated API testing and perform load testing.
SoapUI is built for end-to-end testing of Rest and SOAP Apis, Web Service and Micro Service. SoapUI can easily automated API testing and perform load testing.
Web API URL : https://localhost:/Order/ID/{OrderID}
Header :
X-API-UserName :
X-API-Token :
In above API, we need to pass Order ID as part of API‘s Path and for API security verification, we have to pass user Name and API token as HTTP Request Header.
2. Run the SoapUI app and click on REST Icon
3. Enter REST API URL - https://localhost:/Order/ID/1000
4. Click on Header Tabs and enter Header Name and Value ( in example, X-API-Token Header)
Click on OK
5. Click on Run Button () to submit HTTP Request for API
Other related Posts:
No comments:
Post a Comment