---
sourceDocument: Australia Sales and Order Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/order-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Sales and Order Management

ft:clusterId :

    - omgmt

bundleId :

    - omgmt

workflow :

    - Customer and Industry


---

# The test frame

# The test frame {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Use a test frame to quickly validate the behavior of a configurator without creating a web page or running the full quoting flow. This lightweight test page lets you load a product and pass key parameters to preview the
configuration in an iframe, either from on-page inputs or directly from URL parameters.

The test frame streamlines testing by providing a lightweight interface to preview configuration behavior before deploying changes.

## Accessing the test frame {#cpq-test-frame__section_jym_3fm_rgc}

To access the test frame page in CPQ, navigate to the appropriate URL, replacing `{tenant}` and `{sector}` with values for your instance:

    https://{tenant}.{sector}.logik/ui/configure/testFrame.html

Typically, the value of `{sector}` is `test` for sandbox or `prod` for production.  
Hinweis:  
If the test frame page displays CPQ administration, clear your browser cache.

## Using the test frame {#cpq-test-frame__section_bjd_jfm_rgc}

The testFrame HTML provides easy inputs to a variety of parameters that can be sent to the CPQ configurator.

1. Product ID: Product ID of the configurable product to load
2. Pricebook ID: Salesforce Pricebook ID
3. Reconfigure ID: Logik UUID of existing configuration to load for reconfiguration
4. Quote Line ID: Salesforce Quote Line ID
5. Layout: Name of the Layout to load from the Blueprint of the Configurable Product
6. Runtime Token: Runtime Token from Logik Admin Setup
7. Runtime Client API: Needs to be encoded and URL-safe. Highly recommended if using the Runtime Token parameter
8. Config Editability: Control the ability to save a configuration
   * Active: Displays the Quote button on the configuration page
   * Available: Displays the Save button on the configuration page
   * None: No Save or Quote button is displayed. End user cannot save configuration
   {#cpq-test-frame__ul_qm4_hgm_rgc}
9. Flightpath: Determines whether the execution of CPQ Rules is logged
   * Active: Displays Flightpath controls and automatically starts recording
   * Available: Displays Flightpath controls and does not start recording
   * None: No Flightpath controls are displayed
   {#cpq-test-frame__ul_vs4_vhm_rgc}
10. Use URL Parameters: if checked, use parameters from the URL instead of values in inputs.
11. Update Configuration: On click, this will send the parameters to the CPQ Configuration iframe and update.
    * If using the HTML inputs, parameters are passed via easyXDM
    * If Use URL Parameters is checked, the src of the iframe will be set using the URL parameters
    {#cpq-test-frame__ul_mtt_s3m_rgc}
{#cpq-test-frame__ol_kzj_bgm_rgc}  

## test frame page {#cpq-test-frame__example_xbs_kfm_rgc}

* URL to access the test frame page
* Parameter inputs
* Configuration iframe

{#cpq-test-frame__ul_fzw_bjm_rgc}

For more information, see [Use case: Embed CPQ UI in an HTML page](https://servicenow-prod.fluidtopics.net/ixYSS4mJoc7~FxeMMYPN8Q "Learn how to embed the CPQ user interface in an HTML iFrame.").

