ContributionsMost RecentMost LikesSolutionsRe: How to write a groovy script for a REST project Hi, Sorry for my late response. Indeed, you are right nmrao. So in this way, i tried to use Get, Delete, Post, put etc method using SOAP UI to understand better how does it works. Now my groovy script has nearly been achieved. :) Thanks ! Re: How to write a groovy script for a REST project Is there a reason that you have to use Groovy script? Yes. I need to know how to build/ execute a Rest Request using groovy script. Have you seen the following tutorial? No, i didn't see it. Thank you ! I have found this link : http://readyapi.smartbear.com/structure/parameters/styles/start Do you know how can i add Rest parameter QUERY, TEMPLATE, HEADER, MATRIX, PLAIN with groovy ? How to write a groovy script for a REST project Hi, I am a beginner with groovy script and Rest project. I read some RESt and groovy script blog, and subject but, i don't know how to begin. I know : - how to import a REST project with SOAP UI - to execute a request, we need to add a Resource, a method, and/or a path param, request param and/or a body. So how to add all theses parameters correctly with groovy script ? Is there some kind of Library ? API ? Best Regards and thanks for your help. DOU Solved