Forum Discussion
Astr0x
16 years agoOccasional Contributor
Hi Mc Donald,
It works. Thanks
How about if I want to do an iteration on a certain elements in the test request by adding groovy script in the body of the request:
==> for each employee records
employeename1 value
Employee address1 value
==> End loop
The end result should be:
==> 1st record
employeename1 value
Employee address1 value
==> 2nd record
employeename2 value
Employee address2 value
==> 3rd record
employeename3 value
Employee address3 value
Do note that there is an iteration on the Employee element.
Many thanks for your prompt reply and help.
It works. Thanks
How about if I want to do an iteration on a certain elements in the test request by adding groovy script in the body of the request:
==> for each employee records
==> End loop
The end result should be:
==> 1st record
==> 2nd record
==> 3rd record
Do note that there is an iteration on the Employee element.
Many thanks for your prompt reply and help.