Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 745 Bytes

File metadata and controls

6 lines (4 loc) · 745 Bytes

WorkFlow in Production and Test Bed

Overview

Testing the application pattern using CI/CD methodology which includes continuous integration and continuous delivery/continuous deployment. CI will make this process easier and it automatically integrates the changes into current repository and test the applications. CD is like continuous delivery/continuous deployment an automated delivery process which includes testing and delivery the SW. Once everything is fine in automation testing, continuos deployments performed in production environments.

<- Back to Testing Applications - - - Ahead to SDNApplicationDeploymentInTestbed