Forum Discussion
nmrao
13 years agoCommunity Hero
Here is a way to do it using a groovy script after the test step :
1. Read the response from the previous step. You may use messageExchange here.
Hoping that this link will help you. http://groovyinsoapui.wordpress.com/tag ... eexchange/
2. check the filename pattern contains what you are looking for using xpath.
3. If it matches, read all values from the particular node 'e' and save to the properties.
1. Read the response from the previous step. You may use messageExchange here.
Hoping that this link will help you. http://groovyinsoapui.wordpress.com/tag ... eexchange/
2. check the filename pattern contains what you are looking for using xpath.
3. If it matches, read all values from the particular node 'e' and save to the properties.