user9702099
user9702099

Reputation:

can katalon automation recorder be used to manipulate http post parameters

I am using Katalon Automation Recorder to Automate testing a web service my company is developing.

I have been asked to manipulate the HTTP POST protocol parameters submitted to the server when the Submit button is clicked.

This is because my boss doesn't want the test suite to enter values in their designated text box, but instead, edit the code we can see in the source such that the data sent to the server is what we want and can enter, just without using the text boxes for that said data.

I don't know if it is possible to do this using Katalon Recorder and I need someone to tell be definitively, if I can and what command, target and value I am required to enter to achieve this.

Upvotes: 1

Views: 459

Answers (1)

plaidshirt
plaidshirt

Reputation: 5681

It is available in Katalon Studio since version 5.4. Please check it here: https://docs.katalon.com/display/KD/Parameterize+a+Web+Service+object

enter image description here

Upvotes: 1

Related Questions