Breadcrumbs

Step 3: Differences in Testing

Testing the Service

After a successful deployment, the deployed service is accessible via the deployment Controls section. Click Application to open your app:

open_deployed_application.png

The handling of the deployed service is the same as that of the test service:

  • You can create new instances and execute the process.

  • You can access the instance overview.

grafik-20250314-072418.png

Create a test instance to verify that the UI looks the same as in your previous test:

grafik-20250314-072445.png

Check if the new order limit of 500 is applied:

grafik-20250314-072514.png

Test Service vs. Deployed Service

The difference between a test service and a deployed service is: Even if the developer changes the test service, the deployed service is a stable version and not affected by changes in the test environment.

To test this, go back to the Designer and open Form_EnterWebOrder. Enter a new label element:

new_label.png

Configure the new element as follows:

Form Elements Name

Attributes Content

orderFormLabel

  • Label: ACME Order Form

  • Style: Header 2, align center, and apply a color of your choice

formatted_label.png


Test Service

Check the controls panel.
If the test environment is ready, open the test service:

grafik-20250314-072553.png

Deployed Service

Open the deployed service:

open_deployed_application.png

Create a new test instance:

grafik-20250314-072628.png

Create a new test instance:

grafik-20250314-072639.png

Form_EnterWebOrder shows the last change: The new label element is displayed:

grafik-20250314-072726.png

Form_EnterWebOrder does not show the last change as it was done after the deployment:

grafik-20250314-072702.png
academy_trophy_gray.png

Congratulations - you have done it!
You have deployed, managed and tested your service.

Next Level
You want to discover more?
In Tutorial 5: Adding Roles to the Process you learn how to insert roles to your service to enable the approval.

👩‍💻

Curious about more details?

In this step learned the differences in testing between a service in the test environment and a deployed service.