ContributionsMost RecentMost LikesSolutionsRe: How to change the HTTP verb (Post-GET vice versa) during runtime using groovy script Thank you definitely i will go explore it. Re: How to change the HTTP verb (Post-GET vice versa) during runtime using groovy script Actually i defined Post Endpoint in API's and in the test case if i want to modify the verb to GET using groovy script is it possible? This is my one of my test scenario. Not sure i think it may not be possible to change the defined verb. Thank you for your reply.. How to change the HTTP verb (Post-GET vice versa) during runtime using groovy script How to change the verb during runtime like Rest API definition will be post and using groovy script if i want to change to GET or any other verb..is it possible? Can any one please suggest/guide.