Unit tests using groovy for Java REST API's

665 Views Asked by At

Can groovy be used to write smoke unit tests for Java REST API's? Also does groovy provides a testing framework?

1

There are 1 best solutions below

0
barunsthakur On BEST ANSWER

Yes you can test Java code using Groovy(they can interop). Spock Framework is really good if you want to write groovy.