Skip to main content
All CollectionsTroubleshooting
How to verify if the test is running via the browser console
How to verify if the test is running via the browser console
Kelly at ABConvert avatar
Written by Kelly at ABConvert
Updated over a week ago

When starting a test, you may wonder if the script is functioning correctly. A quick way to confirm is by checking for specific messages in your browser’s console.

How to check the console for test messages

  1. Open browser devTools: Right-click anywhere on the page and select Inspect or press Ctrl+Shift+I (Windows) or Cmd+Opt+I (Mac)

  2. Navigate to the "Console" panel: In the DevTools window, switch to the Console tab

  3. Look for test messages: Check for the corresponding console messages listed below, depending on the type of test you’re running:

Test

Message

Price Test - Duplicate Product

running price a/b test v0

Price Test - Duplicate Variant

running ABConvert price test script {{ version }} - with country code version - detect collection refresh version + search params

Price Test - Cart Transform

running ABConvert cart transform function. {{ version }}

Shipping Test

[ABConvert] Running ABConvert shipping script production: {{ version }} - remove the blocking of changing line item property

URL Redirect Test

[ABConvert] Running ABConvert URL redirect test {{ version }} - with update cart attribute

Template Test

[ABConvert] Running ABConvert Template test - {{ version }} + add country filter + device filter

Theme Test

[ABConvert] Running ABConvert Theme test {{ version }} - hide preview bar + add country filter and device filter

Checkout Test - Payment Customization

[ABConvert] Running ABConvert Payment Customization test - {{ version }}

Checkout Test - Delivery Customization

[ABConvert] Running ABConvert Delivery Customization test - {{ version }}

Checkout Test - Checkout UI

[ABConvert] Running ABConvert Checkout UI test - {{ version }}

Note: The {{ version }} number will vary over time (e.g., 1.0.0, 3.2.0, etc.).

By following these steps, you can quickly verify whether your test is active and functioning as expected. If you don’t see the expected messages, feel free to reach out to our support team for assistance.

If you have any questions or feedback, feel free to reach out via [email protected] or the support widget.

Did this answer your question?