I need to perform bulk deployment of stubs in parasoft virtualise
Bulk deployment of stubs need to be done in parasoft virtualise , presently i am deploying each stub individually which is taking too much time. So is there any method in parasoft virtualise so that i can deploy all my stubs at once on my server.
Answers
-
Hi,
How are you currently deploying them? Is this needed for an automated process?0 -
Currently i am deploying it manually and i need to make it a automated process.
0 -
Hi,
There are a few options. One is to source control the pva file and the pvadd file for your virtual asset, then to automatically deploy the process would be to copy those files into the "VirtualAssets" project of the workspace for the server.Another option is to use the REST API to automate the upload and creation of the virtualAssets deployment. The two resources to use would be "/files/upload" and "/virtualAssets" below is a URL that if you server is running locally will open the api documentation page.
Example url to api documentation http://localhost:9080/soavirt/api
Let me know if this helps!
0 -
I am unable to open the URL with documentation
0 -
Can u please elaborate how can we perform this process.
0 -
The REST API documentation is provided by your Virtualize Server. So you need to access the documentation using appropriate host and port matching your setup. See here for details:
https://docs.parasoft.com/display/VIRT9107/Testing+through+the+REST+API0 -
Hi,
Could you submit a ticket to support@parasoft.com? That way we could more directly help you.
0