Pages
Page History
...
- In the Control Panel, create or edit the modification.
In the Basic settings view, in the Advanced settings section, click Define settings.
In the Audience section, set the Test mode toggle to Enabled.
- Click Save.
- If the modification is deactivated, activate it.
...
- In the browser, open a page that contains the modification.
Activate test mode by adding the following query parameter to the page URL and pressing ENTER:
Code Block language text theme RDark frosmotest=on
If the URL does not contain an existing query string, add "?" between the URL and the above parameter. If the URL already contains a query string, add "&" followed by the above parameter at the end of the existing query string. For more information about query strings, see Wikipedia.
The following figure shows an example of a URL with just the test mode query parameter included.
The following figure shows an example of a URL with the test mode query parameter appended to an existing query string.
The browser now shows the modification on the site.
Note While test mode is active, you will also see all other modifications for which test mode is enabled (and that are shown to segments to which you belong). - Test the modification to make sure it displays and functions correctly.
After you're done, deactivate test mode by adding the following query parameter to the page URL and pressing ENTER:
Code Block language text theme RDark frosmotest=off
The following figure shows an example of a URL with the test mode query parameter included.
The browser no longer shows the modification on the site.
...
- In the Control Panel, edit the modification.
In the Basic settings view, in the Advanced settings section, click Define settings.
In the Audience section, set the Test mode toggle to Disabled.
- Click Save.
You have disabled test mode for the modification. If activated, any visitor can now see the modification irrespective of whether test mode is enabled or disabled in their browser. (They must still belong to a segment to which the modification is normally shown, if defined.)
...
You can use the visitor settings in Frosmo Preview to activate and deactivate test mode. For more information, see Viewing and configuring site-specific settings with Frosmo Preview.
Figure: Test mode setting in Frosmo Preview
...
- Go to the site.
- Open the browser console.
Activate test mode by calling
frosmo.easy.states.set()
with the parametersfrosmo.easy.STATE_MODE
,frosmo.easy.STATE_MODE_TEST
, andfrosmo.easy.STATE_TYPE_SESSION
.Code Block language js theme RDark frosmo.easy.states.set(frosmo.easy.STATE_MODE, frosmo.easy.STATE_MODE_TEST, frosmo.easy.STATE_TYPE_SESSION);
Deactivate test mode by calling
frosmo.easy.states.remove()
with the parameterfrosmo.easy.STATE_MODE
.Code Block language js theme RDark frosmo.easy.states.remove(frosmo.easy.STATE_MODE);
Figure: Activating and deactivating test mode from the browser console
...
Looking for modifications with the Test mode label
Filtering the modifications list by Modes > Test mode disabled / Test mode enabled