Expand my Community achievements bar.

Never miss an update of the Adobe Journey Optimizer Community Lens! Subscribe now to get the latest updates, insights, and highlights delivered straight to your inbox every time a new edition drops.
SOLVED

How to pass Multiple Test profiles in Test Mode?

Avatar

Level 3

As per the below screenshot, we can trigger one test profile during the Journey Test mode but, is there any way where multiple test profiles can be passed through.

_abhishek__0-1718620017899.png

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

It is only one test profile that can be specified in test mode, in the current state.

 

However, If you need multiple branches of the journey to be validated, you can create an audience of test profiles with different data points per the conditions configured and publish the journey live. Results can then be verified via reports / journey step events.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

It is only one test profile that can be specified in test mode, in the current state.

 

However, If you need multiple branches of the journey to be validated, you can create an audience of test profiles with different data points per the conditions configured and publish the journey live. Results can then be verified via reports / journey step events.

Avatar

Level 2

HI @Mohan_Dugganab ,

Does this applies to multiple unitary events in test mode too?

Current case-

{
"TestID": "134613",
"eventType": "Test"
}


Possible case?
[

{
"TestID": "1",
"eventType": "Test"
}
,
{
"TestID": "2",
"eventType": "Test"
}
]

When tested It failed with below error-
Code 4000 internal error in ajo

Did I miss any syntax or its not possible?