Forum Discussion

tgeliot's avatar
tgeliot
Contributor
8 years ago

Groovy untyped variables: Just Say No

I got thoroughly bitten in the ass yesterday by using untyped variables in a Groovy script in ReadyAPI.  Consider, what’s wrong with the following code?   def iterationCount = 0; def timeoutMinute...