Hi All,
I Have test suite which has post , put, get, delete method and have written n number of testcases for all the methods,
Ex: Post method have 20 testcase
Question : I want to execute 20 cases in single script using groovy
if possible plz share the sample script