'NUnit Data-Driven & Azure DevOps association

How to associate the Data-Driven NUnit test method to the test case at ADO?

There is a test case with multiple iterations. TAF is using NUnit. But the thing is even NUnit is supporting data-driven method when you are adding association to the test case it's associating each iteration separately. I can not afford to create a test case for each iteration. And I would like to run tests using association. What could you suggest?

The only idea I have is to create a wrapper test method that inside will be called each iteration method. The disadvantage of it is that if 1 iteration failed and you would like to re-run it, you will have to re-run the whole test. It's not good for performance. enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source