Simulation & testing

Learn how apps can be tested without the availability of real data sources and during the development phase.

Simulation

You can simulate data and simulate events to build an app, as long as your real data source is not integrated. Once development of business logic is complete, the simulated data source can simply be replaced with the real data source.

Testing

You can test your app while developing it in the App Builder. To get into test mode, click the TEST button in the top right corner of the App Builder. In test mode, you can assess the user interface and observe app logic actions inside your functions and its extensions. Exit the test mode by clicking the STOP button.

Last updated