AJO - Test Mode enablement. | Community
Skip to main content
Level 2
September 11, 2025
Solved

AJO - Test Mode enablement.

  • September 11, 2025
  • 2 replies
  • 581 views

HI All,

When Testing a journey using test mode. The pre-req is that the profile should have a test profile flag to true then it enters a journey.

But what if we have just an experience event schema and profiles are created pseudonymous on the fly. This way the profile doesn't have any related individual profile schema to have a test profile attribute.

In this case when we are testing the test profile, we trigger the event with a payload that contains

{
"_tenant": {
"Key": "HT",
"testProfile": true
}
}with test profile attribute that is not from Out of the system fields group.

 


This way when we are trying to trigger the event, will it trigger the journey in test mode?

AI answer - NO
Tests - NO

Thanks
Best answer by IvanMi1

We have some exciting updates coming to test mode later this year! We will be introducing a new way to simulate profiles and events that will not require marking a profile as TEST. This should help speed up the process 🙂 

2 replies

Mayank_Gandhi
Adobe Employee
Adobe Employee
September 11, 2025

@rakeshk1  i think you're right, test mode will not consider your event-based test profile attribute unless there is a corresponding testProfile=true flag already set on a profile in Platform. https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-21213

RakeshK1Author
Level 2
September 11, 2025

hey @mayank_gandhi ,

Currently I could see events in the jotestmode_EventSchema dataset.

This approach is able to trigger a email from the journey but without lighting the canvas to green for a particular event in the journey. Trying to replicate for the other event with similar event conditions that worked out but unable to see the same response( Testing in progress )

So wanted to check with if there is a event recorded in the JOTestmode dataset, does that mean that event is triggered in journey?


RakeshK1Author
Level 2
September 11, 2025

Never mind.

Journey -1 ( Live )
Event1 - some nodes - email node

Journey -2 ( Test Mode )
Event1 - some nodes - Email node


When I have triggered a test event from journey -2 in test mode that is creating a event and that is triggering the journey-1 that is in live to send mails. So the event never entered the journey-2 that is in test mode.

So any event triggered in TestMode mode writes to the original dataset and JOtestmode dataset?.

IvanMi1Adobe EmployeeAccepted solution
Adobe Employee
September 12, 2025

We have some exciting updates coming to test mode later this year! We will be introducing a new way to simulate profiles and events that will not require marking a profile as TEST. This should help speed up the process 🙂 

Mayank_Gandhi
Adobe Employee
Adobe Employee
September 13, 2025

@ivanmi1 I was about to call out 🙂 Simulation feature will be great benefit to ajo devs for faster validation.