Postprocessor script is a code snippet that is executed after the request has been sent. It is mainly used to assert whether the result returned by the request is correct or not, write the result data returned by the request to environment variables, etc.Examples#
Assert whether the result returned by the request is correct:Write the returned data to environment variables: Modified atΒ 2024-07-22 05:46:01