Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi!
Exactly, so what you could do is the following;
1) When you add the attachment, do not select to cache the file in the project. This will result in soapUI reading the file from disk each time it is being attached to a request
2) Create a groovy script step before your request that modifies the parameters in the file as desired. You can read more about groovy File APIs at http://groovy.codehaus.org/Input+Output
Does that make sense?
regards!
/Ole
eviware.com
Exactly, so what you could do is the following;
1) When you add the attachment, do not select to cache the file in the project. This will result in soapUI reading the file from disk each time it is being attached to a request
2) Create a groovy script step before your request that modifies the parameters in the file as desired. You can read more about groovy File APIs at http://groovy.codehaus.org/Input+Output
Does that make sense?
regards!
/Ole
eviware.com