Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Deploying Test Files on SOATest Server
Comments
-
You can do it using SOATest Server rest api:
https://docs.parasoft.com/display/SOAVIRT9103/Creating+and+Modifying+Assets+through+the+REST+API1 -
Hello rvmseng,
As @mniesciur suggested, you may use the REST API to upload your artifacts to a remote server. You may do this by making a POST call to the remote server:
http://[HOST]:[PORT]/soavirt/api/v5/files/upload?deploy=false&replace=falseSee the following discussion for examples:
https://forums.parasoft.com/discussion/comment/100321 -
Thank you.
0