For blackbox unittesting my Microflow I want a list of objects with values. That list will be my testdata-set. The only way I know how to create such a list is to 1) create a list, 2) Create an object with the values I need and 3) add that object to list of objects and repeat steps 2 and 3 for every testcase I need. See my microflow https://modelshare.mendix.com/models/2242ec85-a990-45df-a8fe-a5fd12fd1409/test-input-parsing-and-validation This is quite cumbersome and for every testobject I have to make sure the caption it the same as the values. Is there a better way?
↧