We are using Unit test project for UI automation using selenium web driver.
I can execute test from visual studio Test >Test Explore > Select the Test and Click on Run.
I am not able to Associate the Test case to the Test method From Unit Test Project which were developed in Unit Test project.
We are using Visual Studio 2017 Professional version in this we are able to see the option ‘Associate Test case’ in disable mode ( Test > Test Explore > Right click on any unit Test method > Associate To Test case )
Please suggest the solution for associating the Test cases.