Reading multiple test step outputs (python)

Thanks - I see.

All the purposes for the data sharing has not been defined yet but currently our team has to be able to read individual IDs from multiple ECUs, perform an action and then read the IDs again to compare some functionality before an after that action. The test steps are ready besides the data sharing and comparison. The amount of IDs returned can vary, which is why we are looking for a semi-dynamic way to save the data.

If we were to use child steps, how would we ensure the data is stored in let’s say an array/list without defining the length of it before?

I hope this helps clarify our purposes.