Continuous Integration for Virtual Services
Dear All-
I'm looking for best practices/suggestions on implementing Continuous Integration from source control to the Virtualize server.
I m aware we have a support for SOATest integration with Jenkins. Pl. advise for virtualization project with pva files and data sources.
Thanks !
Comments
-
Hello Vkumar,
One of the recommendations is to check-in your assets as a Project folder (not the workspace) that contains all of the artifacts (.pva, .pvadd, .pmpdd, etc) that are associated with the service you virtualized.
I recommend checking out the webinar presented by @Chris Colosimo that goes over some of the best practices to automate the deployment of these artifacts for continuous testing. The webinar can be found here . I have summarized the video for your convenience.
11:40 --> Review of artifacts and their purpose(.pva, .pvadd, .pmpdd, .pjcdd)
14:30 --> Demonstration of artifacts in workspace
20:08 --> Source Control Workflow
27:50 --> Deploying from Source Control & automation workflow
(introduction to Continuous Testing Platform)This is Omar by the way
5 -
Thank you so much Omar !!!! :-)
0 -
Continuous Integration is indeed a fine process of maintaining the codebase through the continuous integration of modules. After exploring some best ci cd tools list, I got to know that Octopus Deploy can manage and automate the releases and deployment of code with swift configuration environments and variables
0