New to automated testing, new to testproject.io - I may not know how to ask this correctly or be asking it wrong.
Situation: I have a shopping cart I need to test orders through, I have created a script that places a specific combination just fine. However, the shopping cart has a lot of logic behind different combinations of items and I need to test at least 150 order variations of cart contents.
Is there some way to write the testing script to go through the order variants? Or does each variant need to be expressly written and run one by one.