At the end of the build process, a deployable package file was uploaded to the build. This file can then be applied to your user acceptance test or sandbox server.
We can apply the package manually on the test server but, for LCS-deployed User Acceptance Testing (UAT) environments, this is always done via LCS. Any release to production must be deployed to a sandbox server first and marked as a release candidate.
A simplified process for the release to UAT would involve the following steps:
- The development team writes code and completes the tasks that are required for the next build (for example, those that are assigned to the current sprint).
- The developers will also write unit tests and perform their own unit tests.
- Initial testing will be done by taking a package from the Dev branch pipeline and deploying it to a OneBox. This is...