I'm a software tester at a medium-sized company developing software for a machine (not web or pure desktop applications). Previously my task was quite simple: Just preparing a test plan and test cases in a document, then carrying out all those tests manually. During my testing I am only concerned about the performance/interaction of the machine.
A couple of months ago, our division introduced TFS, and I'm learning to integrate my software testing into this new system. So far, what I have done is to simply set up several "not automated" test cases for a pilot project. However, I'm wondering where or how I can record my already conducted tests in TFS. I mean, where or how can I update the results of my tests? Or it is unnecessary to do so? Just add bugs in case of errors?
I believe you need Visual Studio Test to record executed tests, which you can read about here: http://www.microsoft.com/visualstudio/en-us/products/2010-editions/test-professional
I don't think this comes with Team Foundation Server, but does come with Enterprise licenses of Visual Studio or can be purchased separately.