Can groovy be used to write smoke unit tests for Java REST API's? Also does groovy provides a testing framework?
Yes you can test Java code using Groovy(they can interop). Spock Framework is really good if you want to write groovy.