Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

AJO - Test Mode enablement.

Avatar

Level 1

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.

RakeshK1_0-1757613589857.png

 


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

AI answer - NO
Tests - NO

Thanks
4 Replies

Avatar

Employee Advisor

@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

Avatar

Level 1

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?


Avatar

Level 1

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?.

Avatar

Employee Advisor

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