Forum Discussion
tjdurden
13 years agoFrequent Contributor
Hi Suresh,
How far into this are you? By that, I mean, have you already got some groovy script that's handling reading from the external file.
Also, what is your proposed flow for this... can you provide some pseudo-code, or explanation of how you expect SoapUI to execute the iterative property update/transfer.
For instance, how do you expect SoapUI to iterate through each property in the text file? One approach could be that in Test Setup script, each line (or item, if you're doing CSV format) of the text file could be written to an array, and then after using the property in one iteration of the test, you'll move to the next item in the array, and use that as the property value.
How far into this are you? By that, I mean, have you already got some groovy script that's handling reading from the external file.
Also, what is your proposed flow for this... can you provide some pseudo-code, or explanation of how you expect SoapUI to execute the iterative property update/transfer.
For instance, how do you expect SoapUI to iterate through each property in the text file? One approach could be that in Test Setup script, each line (or item, if you're doing CSV format) of the text file could be written to an array, and then after using the property in one iteration of the test, you'll move to the next item in the array, and use that as the property value.