By default when you run a unit test from Visual Studio's Test Explorer, it only runs once. Is there a way to run it multiple times, like 100 times or something ? And then after running it multiple times, I get a report stating how many times the test passed/failed and what caused all the failures (if any) ?
Note: I looked at some other similar Stack Overflow threads but didn't see a solution that's applicable in my case.