BernardV
6 years agoOccasional Contributor
Deleting or moving a file after successful submission (SOAP Project)
Good day,
I'm currently working on a simple test case that currently consists of the following steps:
1. Data Source: Folder (containing .xml files)
2. SOAP Request
3. Data Source Loop (to iterate through and send each file found in the data source folder)
4. Assertions.
I would like to have a step that deletes OR moves the relative .xml request file from the data source folder after a response is received for it, would this be at all possible?
Thanks!