Integration of Coded ui tests with TFS 2008 - visual-studio-2010

I like to use the Coded UI test feature of Visual Studio 2010 but the TFS server we are using is TFS 2008, Is coded ui tests supported by TFS 2008, If yes what i have to do to integrate it with TFS 2008?
Thanks for the help

Coded UI is not supported in TFS 2008

Related

Testing in Visual Studio 2013

I heard there have some built in option for testing(Nunit etc..) in visual studio.let me know the best method for testing MVC4 web application using with this methods.and i am using VS2013 profession edition.
There is MSTest which is available in visual studio.
Get started with developer testing tools

Team Foundation Server 2015 compatible with Microsoft Test Manager 2010?

I am using Microsoft Test Manager 2010, and we are upgrading to TFS 2015.
Question: is it full compatible because we have project, tc, and other items already working.
I see that only need to install GDR : https://support.microsoft.com/en-us/kb/2736182 for VS 2010.
But is this only thing what we need to do ? There is no actualy answer on :
https://msdn.microsoft.com/en-us/Library/vs/alm/TFS/administer/requirements#ClientcompatibilityVisualStudio
Will I have the supported platforms and configurations from Microsoft Test Manager 2010 for connecting, making builds for automated tests etc...
Thank you in advance.
Yes MTM 2010 will work with TFS 2015. Obviously you won't be able to use the new testing features though, such as exploratory tests in the 2010 client.

Code Review in Visual Studio 2012, with TFS 2010

Is it possible to enable Code Review in VS2012 with a TFS2010 server?
Our should we upgrade our TFS server to TFS2012 before its possible?
You need TFS 2012 to use Code Reviews:
This feature is only available when running with VS2012 + TFS 2012. If
you connect to a 2010 TFS server with VS 2012 the code review feature
should not show up in the team explorer.
If you are not going to upgrade TFS from 2010 to 2012 in the near future, there is another option.
You may try Review Assistant by Devart - an alternative code review plugin for Visual Studio.
It has functionality similar to the built-in VS 2012 code review feature.
But it supports integration with TFS 2010 as well as with Git, SVN, and Mercurial.

Team Build 2010 software requirements for VS 2008 clients

One of our TFS 2010 requirements is to support software projects that still use Visual Studio Team System 2008 for development. My question is whether a Build Server based on Team Build 2010 can compile 2008 code by itself. I mean connecting to TFS 2010 using Visual Studio Team Suite 2008, which means we are planning to install the Forward Compatibility Update on all development machines.
We have an existing TFS 2008 system and according to that the build server requires VSTS 2008 to be installed in order to compile code and run automated tests. I would assume the same for TFS 2010 where VS 2010 Ultimate should be installed in the build server, but we are not sure whether VSTS 2008 is required "as well" in this use case.
I hope someone could share their thoughts about this. Thanks.
As long as you install;
Visual Studio 2008 Team Suite,
Visual Stduio 2008 Team Explorer
VS2008 SP1
and 2008 GDR forward compatibility pack next to Visual Studio 2010 on the buildserver, Team Build 2010 can compile and unittest 2008 solutions. There are however some known issues with Workflow projects, so install VS 2010 and TFS 2010 SP1 and test your solutions.

Upgrading from Visual Studio 2005 Team Suite to Visual Studio 2010 Ultimate

What are the steps I should do and everything I should consider when upgrading from Visual Studio 2005 Team Suite to Visual Studio 2010 Ultimate?
Where can things go wrong?
Consider the fact I'm using TFS 2008 and have Continuous Integration and Nightly Builds on build machines.
One big Problem are Unittests with autocreated Private Accessors. If you want to touch them you have to rewrite them...
The issue is described Here

Resources