All about SOAP UI and Groovy in it

Archive for October, 2010

Looping in Groovy Step

While testing several conditions or performing the same operations over a range of values, we intend to use loops. We have three ways to accomplish looping in a groovy step. 1)      while 2)      for 3)      closures For developers ‘while’ and ‘for’ are familiar operations. while – Usage:  while (condition) { // useful code here, which [...]

Tag Cloud

Follow

Get every new post delivered to your Inbox.

Join 28 other followers