Integration of Test Complete with visual studio "Team Foundation Server"

The following illustration shows the process through which Testcomplete test results are generated, published, and eventually moved into the operational data stores and data warehouse of Team Foundation Server.

Following are the prerequisites to publish TC test results,

1. Get permission to TFS Server for Publishing results (In my experiment, I granted permission as Root Admin).
2. Get full access permissions for accessing Build Server and relevant project folder to access relevant builds. E.g. \\testtfs08\\
3. Get TestComplete installed on TFS server.

Steps:

A. Extending Visual Studio Tests with TestComplete Test Projects

Please See the below article
http://darshikaj.blogspot.com/2009/05/intergrate-testcomplete-test-with.html

B. Publish TestComplete Test Results to TFS Server

1. The first thing we will require to do is create a new build agent on the server. To do this you should right click on the ‘Builds’ node for your team project, then click ‘Manage Build Agents’. Once dialog comes up, click the ‘Add’ button which will bring us to the dialog below.



2. Share and grant full access permission to the project build repository defined below. (Minimum of Build Services group membership is required).

Comments

1 Response to "Integration of Test Complete with visual studio "Team Foundation Server""

Anonymous said... May 14, 2012 at 5:35 AM

I've heard that with Test Complete and integration with TFS the following can be achieved:

Test Complete can integrate with Team Foundation Server and that you are able to run the Test Scripts from Visual Studio to run and record defects in TFS.

QUESTION:
Can you write a set of Acceptance Tests in TFS and record the testing process with Test Complete. E.G. is there a link between the above and my Question in order to make it work?

Post a Comment