Is there any way to create input and output fields dynamically at runtime?

Basically, I want to generate a variable number of input and output fields dynamically in the test step settings according to the user’s specified value. Is there any approach based on OpenTap UI for achieving this?

Hi @saurav ,

I think you can add an input or an output to a test step using mixins. You need to develop a Mixin plugin and a MixinBuilder to achieve this. You can find details of mixins here: Test Step | OpenTAP