Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
From what I have understood, I would suggest this flow for loop,
1. Get Request
2. Data Source to Extract Information from Get Request Response.
3. Groovy Step to Modify the Data Source Step value.
4. JDBC Step
5. Data Source Loop(Data Source Step is Step no.2 and Target as Groovy Step)
To pass the processed values from groovy step to JDBC use test case level property,
http://www.soapui.org/Scripting-Properties/tips-a-tricks.html#1-accessing-properties-settings-and-names
This should be the correct flow. Let us know if this works.
Thanks,
Jeshtha
From what I have understood, I would suggest this flow for loop,
1. Get Request
2. Data Source to Extract Information from Get Request Response.
3. Groovy Step to Modify the Data Source Step value.
4. JDBC Step
5. Data Source Loop(Data Source Step is Step no.2 and Target as Groovy Step)
To pass the processed values from groovy step to JDBC use test case level property,
http://www.soapui.org/Scripting-Properties/tips-a-tricks.html#1-accessing-properties-settings-and-names
This should be the correct flow. Let us know if this works.
Thanks,
Jeshtha