Would like to know if anyone has implemented a process on how to identify related test scripts for regression when a feature has changed.
Assuming that in BDD, one would group tests under a feature, I believe its not sufficient to run only the tests of that feature for Regression as there would be some other related feature that would have been impacted.
Technically is it possible for a tool like visual studio to guide on where the code in the Application has changed and recommend the tests from the regression pack ?