Set operation
Last updated
Last updated
This is pre-built Action located under the WebService List Element. It instructs the Avo Assure Client to set the operation mentioned for the web service execution.
Note: This step is part of the web service request process.
Input: <operation_name>
Output: N/A
In an inventory management system, an API is used to update the stock quantity of a product. The "set operation" Action is used to specify the operation (such as "create", "update", "delete") that will be performed on the web service during testing. It is crucial to set the operation correctly to ensure that the right action is executed, in this case, updating the stock quantity.
The Avo Assure involves verifying that the system can update the stock quantity of a product correctly using the "update" operation. The API request should include the product ID and the new stock quantity. The "Set operation" Action will specify that the operation is an "update" to ensure the correct action is performed by the web service.
Operation: update
The set operation Action should send a request to the specific stock endpoint with the "update" operation.
The set operation Action is sets the Update operation.