You can view this tutorial in
presentation mode.
After having some introduction to SlapOS theory and after learning SlapOS installation of ERP5, it is time to deploy ERP5Testnode application.
As soon as you start doing implementing new features or customization for project based on ERP5, it is a good practice to start writing test and to automate their execution.
Automated unit test is a must to ensure quality of your software. Every time you change any line of code or configuration you have the risk to introduce regressions, and automated unit allows to detect it. They are also very important to check that your features are still working whatever happens.
We will create everything that is needed to install a ERP5Testnode application with SlapOS in order to automate tests of an ERP5 project.