Set end point URL
Last updated
Last updated
This is pre-built Action located under the WebService List Element. It instructs the Avo Assure Client to set the end-point URL for the web services. Using the "Set End Point URL" Action in API testing ensures that the correct web service endpoint is targeted, allowing for accurate validation of the service’s functionality
Input: <URL>
Output: N/A
In an e-commerce platform, the application needs to interact with various web services to process orders, check inventory, and communicate with external payment gateways. During API testing, the endpoint URL for the specific web service that processes order payments needs to be set to ensure the correct service is being tested.
The Avo Assure involves verifying that the application correctly interacts with the payment gateway's API to process payments. The test needs to validate that the payment processing system sends requests to the correct endpoint URL and handles responses properly.
Web service endpoint URL: https://payment-gateway.com/api/v1/process-payment
The Set End Point URL Action needs to configure the correct URL for the payment gateway web service.
The Set End Point Action is set the End Point URL to the webservice which (https://payment-gateway.com/api/v1/process-payment).