'Azure DevOps – automated test cases: How to remove unwanted test case associations

I have a Visual Studio project with a Selenium test. For the test, I can select the “Associate to Test Case” option, but this displays a list of test case associations and it seems that I can only add test cases to this list. If I decide to replace the associated test case with another one, how can I remove from the list the one that I no longer want to be associated?

I created a new Visual Studio project with the test by copying a similar project that I had made previously, and I obtained a new project with an old test case associated. Why did this happen? What do I need to do differently to prevent it?



Sources

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

Source: Stack Overflow

Solution Source