Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

When setting up a new project, or even a new functionality, its important to be able to test things first, before releasing them into production. For this sake, its usually necessary to configure test credentials for carriers, or configure dummy values that make testing easy. None the less, when releasing into production is crucial that all configurations can be done in advanced, as to release downtime to 0.

Thanks to our test environment feature, you can apply a test value to a field, while still having access to the site value (initial value). Test values will only be used in the test environment you are at, and will never be imported into production. This allows to safely test functionalities, and then deploy into production, the site values.

Test values in form-based configurations

carrier test values.mp4

Test values in code-based configurations

  • Only the subset of field overwritten will take the test value, other fields will take the value of the site initial configuration.

release_note_test_json_values.mp4

Importing/Exporting test values

  • Test values will never be imported into production, only initial values are imported.

  • In non-production environments, test values have to be manually selected for them to be imported. By default, they will not be imported.

image-20240221-165449.png
  • No labels