Hi Community,
I have RTB libaries in a deeper structure. The RTBs have business parameters.
When I pass down business parameters,to deeper levels the parameters arrive as NULL in some test plans.
D you know whats amiss here?
For example:
I have a parameter “Role” and want to pass it on to a sub-RTB like this:
Scenario A:
I pass the parameter down as {PL[Role]}

Issue: The parameter arrives as a NULL value
Scenario B:
I pass the parameter down as {PL[Role]}. On level 2 (RTB 2) I copy the parameter to a buffer variable and pass on the value as {B[Role]}

This works.
Regards
Florian