Forum Discussion

Sandyapitester's avatar
Sandyapitester
Frequent Contributor
9 years ago

Test suite : how to run all the testcases in single script using groovy scripting

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