Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesSo - given the importance of Macros - it would be valuable to have the ability within Alteryx to generate a test harness with test data that ships with the macro (this way you can maintain and enforce regression testing)
For example:
- Macro that takes in 2 numbers and adds them
- Alteryx would look at the Macro to determine the input types, output types (in this case - two integers; with an integer output)
- Based on this, it could walk you through creating a fairly robust test harness that allowed the user to specify a set of inputs, and prompt you to also include things like blanks; negatives; etc (boundary values; deliberately destructive values like % or ' signs in strings; etc)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.