Two of the features i listed in: Visual Studio 2012 Update 1 CTP were:
- The ability to view and edit Test Cases in a test plan from Team Foundation Server web access
- The ability to run manual test cases and file bugs from Team Foundation Server web access
Unfortunately the CTP build made available today on the download center doesn’t have the “Test” menu option for accessing these features.
Fortunately it is very easy to access these features…The button simply does a redirect to the URL:
http://TFS_Server/ProjectCollection/Team_Project/_testManagement
So all you need to do is add /_testManagement to the end of URL for Web Access and Presto!
You can play with the test features such as:
1. View Test Plans:
2. View Test Suites
3. View Test Cases and change their status
4. Edit Test Cases
5. Execute Test Cases