-1

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

Anthon
  • 69,918
  • 32
  • 186
  • 246
Nikhil
  • 1
  • 1
  • why downvote ? whats wrong in asking this ? – Nikhil Jun 24 '15 at 22:58
  • 1
    Because: *Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.* – Opal Jun 25 '15 at 06:01

1 Answers1

0

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

barunsthakur
  • 1,196
  • 1
  • 7
  • 18