We're working on a rather large regression test suite. We've decided we want to use a dynamic list to run the tests that are completed. We can use something as simple as adding "ready" to a custom test property. However, we've already completed a few hundred tests. Is there some expedient way to edit the properties of multiple tests at the same time? Or, is there a better way for us to dynamically determine what test are ready to run?
Thanks
Thanks