ContributionsMost RecentMost LikesSolutionsRe: how to add query parameter values into a REST resource path through Groovy This results in addition of a new header value - include. how to add query parameter values into a REST resource path through Groovy how to add query parameter values into a REST resource path through Groovy 1. Is the below code correct to follow? import com.eviware.soapui.support.types.StringToStringMap def headers = new StringToStringMap() headers.put("include", "value") testRunner.testCase.getTestStepByName("REST Request").getHttpRequest().setRequestHeaders(headers) 2. Will this apend my resource path to include Query paramtere and is shown as below: http://10.210.12.122:8080/mjo?include=value How to integrate SOAPUI NG Pro test suite report with sonar? How to integrate SOAPUI NG Pro test suite report with sonar? How to validate json threat property using SOAPUI NG? JSON Threat Protection , Concurrent Rate, Assign message, Extract variable, Oauth Token Policy How to perform JSON response schema validation using REST? Sample JSON request: { "beneficiaryDetails":{ "beneficiaries":[ { "allocation":"100", "fullname":"Spouse", "relationship":{ "code":"1", "name":"Spouse" } } ], "beneficiaryChoice":"Preferred" } }