Forum Discussion
- Hi!
That depends on what you mean exactly. The DataSource TestSteps are included in soapUI Pro's public API. That means that you can do almost anyhting to a DataSource TestStep from a Groovy script. However, you there is no datasource classes that can be instatiated and used from a Groovy TestStep alone -- you need to have a DataSource TestStep in your project and use the API to control that TestStep.
Does this help?
Regards
Henrik, SmartBear - AndiKollContributorHi,
my initention is to define a test case where I create SOA responses of the same type in a loop each including 1000 records. All records (x*1000) shall be located in an excel file.
How can I loop 1000 records for one SOA response on the one hand and x loops with these responses on the other hand getting the data from the same file?
Greetings
Andi - M_McDonaldSuper ContributorTake a look at this post, it might give you some ideas:
http://www.eviware.com/forum/viewtopic.php?t=2689 - AndiKollContributor
M McDonald wrote: Take a look at this post, it might give you some ideas:
http://www.eviware.com/forum/viewtopic.php?t=2689
Thanks for the hint