I would like to know if there is a possibility to select specific (explicit) values that are set by a TestStep into a table (i.e., a list of class objects) and use only those as output values. My goal is to assign only certain explicit values as outputs, rather than returning the entire table.
I have attached two images for clarification. The first image shows my current workaround, which is not optimal. In contrast, the second image illustrates the desired approach, where I can select specific values from a customized table. These selected values should then be available for use in subsequent TestSteps.
Additionally, I would like to know if it is possible to dynamically write values into a table, similar to how I would like to read/select them.
I would greatly appreciate any guidance or suggestions.
Unfortunately, it seems that this is not a suitable solution.
The reason is that I want to define a parameter whose value is set during the execution of the TestStep. This value should then be used as an output for subsequent TestSteps. The Name of the Parameter is threfore significant.