2 minutes readKey takeaways A DataProvider feeds many input sets into one test method, which keeps cases out of the code. Each row runs as a separate test, so a failure names the exact input. Keep the data external once it grows, so non-developers can extend the cases. We are going to show how to use the… Read more »