Jason.Hicks made a good proposal of using ‘ListOfObjects’ as a base for development in the forum discussion ‘Reading a CSV file with test parameter combinations?’ When using ‘Developer’s System CE’ we would like to use the GUI for these ‘ListOfObjects’ parameters. But how do we make data validation on these parameters. It is not a problem to go true the list of object and return false if we find an invalid value, but do this ‘ListOfObjects’ GUI support to show data validation errors like it does for single value parameters?
The ‘ListOfObjects’ GUI with some bad exampledummy data:
I cannot figure out how to use the ValidatingObject in the ListOfObjects example. I tried to let the ‘Screw’ class inherit ValidatingObject, but then I get ValidatingObject’s properties in addition to the other Screw properties in the GUI !