Data transform for filling with test data different types of participants
So there is my data class structure. I need to fill each type of participant with test data when clicking on the button. I also have a page list property - ParticipantList. What will be the best practise to do this. I have a data transform - PrefillParticipants but actually I don't understand what to do
I wanted to create a pydefault transform in each class but it doesn't work