Hello,
I am working with the Regression Suite Automation Tool right now and I've read the documentations, but I still haven't found an answer to my question.
Is there a way to use one test case in a loop, and in every loop it uses another variable from a list and iterates all entries?
Example: I want to test the creation of a sales order with different payment methods, payment terms, accounts and products. The steps are the same every time, but I want to test every possible comibination of all these parameters, so there will be hundreds of possibilities.
Of course I don't want to create all cases one by one or copy it and change the parameters manually. I want RSAT to iterate through those combinations and fill them into the parameter file, then loop through the test again.
Sample list like this:
Thanks in advance!
Is there a way to add a list of parameters to the RSAT runs?