Unit tests using groovy for Java REST API's

611 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 answers

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.