How this template works
APIs Selection
The template uses API selection filters to specify the criteria for selecting the API requests to be executed. In this case, the filters include checking the response code to be between 200 and 299, and either the request payload or query parameter containing the word "file".
Execute request
The template specifies a single type of request to be executed. It modifies the body parameter and query parameter by replacing the values with "testInvalidFile".
Validation
The template defines the validation criteria for the response received from the executed request. It checks that the response code is greater than or equal to 400. Additionally, it checks if the response payload contains either the words "SQL", "MYSQL", or "access denied", or if the response payload length is greater than 1000.