Forum Discussion
AlexKaras
3 years agoChampion Level 3
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.
Related Content
- 3 years ago
- 3 years ago
- 6 years ago
Recent Discussions
- 5 hours ago