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:

grafik-20250606-110003.png

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

  • You can access the instance overview by clicking on the process.

  • You can create new instances and execute the process.

grafik-20250909-074310.png

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

grafik-20250909-074434.png

Check if the new order limit of 500 is applied:

grafik-20250909-074652.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:

grafik-20250909-074959.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

grafik-20250909-075809.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-20250909-080007.png

Create a new test instance:

grafik-20250909-080015.png

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

grafik-20250909-080222.png

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

grafik-20250909-080342.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 you learned the differences in testing between a service in the test environment and a deployed service.