Continuous Development and Continuous Integration
The first two phases of the DevOps application are the core features that deal with the persona of UiPath developers. The UiPath administrator must understand these phases, as they will be involved in supporting issues that deal with committing the UiPath script or cloning an existing GitHub repository and such.
These concepts will be discussed in detail in the next sections; we will start with some details of how Continuous Development concepts are used in the UiPath automation development process.
Continuous Development of UiPath automation
Continuous Development is an agile software development methodology that will enable an automation program to be split into manageable components. Automation increments are delivered in the form of scripts at different phases of the development process, like so:
Figure 6.3 – An epic/feature distribution for development
Agile software development is the most...