Forum Discussion
AlexKaras
4 years agoCommunity Hero
Hi,
Test Items cannot be enabled or disabled during runtime.
I would consider some configuration file and use it as an input for single parameterized function.
For example:
{
"group" : [
"$100" : [
"Customers" : [
"CustomerA",
"CustomerB"
]
...
]
...
]
}
Alternatively, you may create two arrays for money amounts and customers and then calculate their permutations (or random selections) and use obtained customer-amount pairs as input parameters for the above function.