Based on the Java background, learning Groovy does not seem to be a very radical way of learning many of the concepts inherent in dynamic languages.
I plan to start learning Groovy through
The module for testing my existing Java code with Groovy (there are many articles for it on www, but what are the disadvantages?)
Automation testing through Geb (using Spock with Geb)
Are there any problems with this approach? Best ways to learn Groovy and apply as well? Are there any problems using Spock with Geb?
source share