My question is about nested data-driven tests. I have a testing scenario that involves using a data set that iterates a test where each iteration will have different sets of data to iterate through in turn. I’ve gotten the tests to run, but with some unexpected behavior. The middle test will run more iterations than there are entries in the data, and only the first set of data is used (repeatedly) in the inner test. Is there some way to do this that I’m missing? Would I be able to accomplish this using if…else in the inner test? Thanks.
See attached doc for details.
See attached doc for details.