Tagged Questions
3
votes
1answer
453 views
How to transfer Test Cases from one TFS2010 server to another
We have two TFS servers, one we use for testing the output of our developers, and one we use for testing features in TFS. The main problem with this is that it means I have to create new test cases to ...
3
votes
3answers
3k views
Running Selenium test on TFS
I am currently working on implementing UI tests of .NET web application using Selenium RC.
The tests are now coming together and I am beginning to look at how these will be incorporated into TFS. ...