Modify Responses

You can use Groovy scripts to perform various actions with responses, like modifying their content, logging the results, and so on.

This topic describes how to use a Groovy script to modify the responses.

Where to use

There are several ways to run this script:

  • As an event handler.

  • As a teardown script on the project, test suite, or test case level in functional tests.

Example

The following code demonstrates how to change a specific value in all response messages with the RequestFilter.afterRequest event handler:

See Also

Publication date: