meldoobs
12 years agoOccasional Contributor
[Resolved] Automatic file transfer
Hello,
I'm new to groovy but have managed to write some scripts to almost automate our test suite.
The last step we still have to do manually is as follows and i have no idea how to achieve it. So any help would be extremely welcome.
Please bear in mind that i'm not hugely technical, so you might have to dumb down the steps required!
Ok...
We have a script that executes a call to the command line to run a .bat file. It ends up with a zip file being created in a folder on my c:\ drive. The name is dynamically given dependent on the response in a previous test step. So a new file is generated each time we run it.
Before we can run the next text step, we have to manually move the file from my c:\ drive to a specific folder on an SFTP server using WINSCP.
So i'm asking, is there a way to have soapui move the file automatically?
I'm new to groovy but have managed to write some scripts to almost automate our test suite.
The last step we still have to do manually is as follows and i have no idea how to achieve it. So any help would be extremely welcome.
Please bear in mind that i'm not hugely technical, so you might have to dumb down the steps required!
Ok...
We have a script that executes a call to the command line to run a .bat file. It ends up with a zip file being created in a folder on my c:\ drive. The name is dynamically given dependent on the response in a previous test step. So a new file is generated each time we run it.
Before we can run the next text step, we have to manually move the file from my c:\ drive to a specific folder on an SFTP server using WINSCP.
So i'm asking, is there a way to have soapui move the file automatically?