ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Editors / Software Factory
  • Overview
  • Continuous integration
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
The concept of software factory is used to automate the process for creating applications.
The compilation of the source code is handed over to a robot on a build machine.
The report produced by the robot enables the project manager to find out the stability level of the project, and the programmers to immediately correct potential compilation errors, in reduced time frames.
The robot can also run the audits and the automated tests.
The purpose of the software factory is also to automate all the manual tasks up to the process for creating the application setup.
Once the finished product is obtained, the software factory is used to automate the cleaning, the organization and the backup of the application elements.
Continuous integration
The continuous integration is a new feature proposed by the software factory.
The continuous integration is a set of practices that consist in checking that, for each modification made to the source code, there is no regression in the application currently developed.
This check is performed almost in real time, each night in most cases. Every evening, each developer checks back in the modifications made during the day.
An action plan is defined and programmed to start every night and on all the projects:
  • the retrieval of all the SCM elements,
  • the retrieval of all external components,
  • the generation of all the executables, components, ...
  • running some tests, ...
The robots return some status reports used to find out the status of the product version.
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help