Forum Discussion
YMinaev
Staff
14 years agoHi,
If you want to increase the number of parameters in a KD test, you need to declare additional parameters maually. To make this dynamic, you can pass all the needed value via a single parameter in an array and build your test's logic on the item count in this array. Also, you can use a table variable to pass a variable number of parameters.
If you want to increase the number of parameters in a KD test, you need to declare additional parameters maually. To make this dynamic, you can pass all the needed value via a single parameter in an array and build your test's logic on the item count in this array. Also, you can use a table variable to pass a variable number of parameters.