Overview

Overview

In the release life cycle, micro applications are broken down into the following versions:

  • Latest version
    • The micro application that is published and registered using the command-line tool is flagged as the latest version automatically.
    • Objects: Micro application developers
    • Purpose: For micro application developers to test micro applications.
  • Preview version
    • The micro application that passes the test performed by the developer is flagged as the preview version.
    • Objects: Testers
    • Purpose: For testers to test micro applications.
  • Stable version
    • The micro application that passes the test performed by the tester and is ready for being published to the online environment is flagged as the stable version.
    • Purpose: This version is ready to go live.

For developers

Create a development environment

Open the SaaS No-Code Platform and create a SaaS.

In the example, we set the domain name to https://my-saas-latest.com

Create SaaS

Create SaaS

Create SaaS

Create SaaS

Publish and register micro application

For more information about publishing a micro application, see Quick Start.

  1. Open the SaaS No-Code Platform. Choose My Applications.

    Publish micro app

  2. Click Version to check out the published micro application.

    Version

    After the micro application is published, it is flagged as the latest version automatically.

Associate micro application with SaaS

  1. On the SaaS No-Code Platform, click Configure.

  2. Choose SaaS Features > Select Functional Components.

    Add micro application

  3. Click the Private tab. Select the target micro application. Choose Latest from the drop-down list and click OK.

    Add micro application

  4. Develops can open the development environment SaaS and start testing.

Set micro applications as trial version

After the micro application passes the test, the developer goes to Version Management and sets the micro application as Trial Version.

Trial version

Trial version

For testers

Create a test environment

  1. Create a SaaS for testing. The steps are the same as for creating a development environment.

    In the example, we set the domain name to https://my-saas-pre.com

Associate trial version with SaaS

  1. Integrate the trial version of the micro application into the SaaS.

    Add micro application

    Add micro application

  2. Testers can open the test environment SaaS and start testing.

Set micro applications as stable version

After the micro application passes the test, the tester sets the micro application as the stable version.

Set as stable version