Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
6k views

Connect to TFS with different user credentials

I am connecting to TFS through Visual Studio 2008 Team Explorer. Lets say TFS is on machine A and Visual Studio 2008 is on machine B (my box). I have a local account on machine A (i.e. A\username) ...
4
votes
2answers
3k views

TestInitialize gets fired for every test, in my Visual Studio unit tests?

i'm using Visual Studio 2010 Beta 2. I've got a single [TestClass], which has a [TestInitialize], [TestCleanup] and a few [TestMethods]. Every time a test method is ran, the initialize and cleaup ...
2
votes
2answers
417 views

Force comparison of files when merging in Visual Studio 2008

Currently when I right-click -> Merge on a specific file in Visual Studio 2008 it attempts (and often succeeds) to automatically merge the file to my indicated target. How can I force VS to always ...
1
vote
2answers
48 views

.NET - determining which test cases covered a method

I want to know the tests that cover a particular method. However, NCover does not provide this information. I dont want to use VSTS as my code is not in TFS. Is there any way/tool to do that in .NET?
1
vote
1answer
94 views

VBA add in for TFS

Is there any add - in for VBA in TFS for performing source control activities like Check in, Check out ? Basically I am developing an application in VBA and I am using VSTS as my version control ...
1
vote
3answers
83 views

Code Analysis in VSTS

I need to do static code analysis in vsts 2010. Are there any built-in code analyzer in vsts? Is there any other way than using FxCop.
1
vote
2answers
75 views

what is different Team Foundation Server (TFS) and Microsoft Visual Studio Team System?

what is different Team Foundation Server (TFS) and Microsoft Visual Studio Team System?
1
vote
1answer
97 views

Differentiating Between Visual Studio Versions

I need to figure out which version of Visual Studio 2008 is installed on particular computers. Is there a way I can differentiate between Visual Studio Team System 2008 vs Visual Studio 2008 ...
1
vote
0answers
100 views

VSTS Profiler used to profile a VSTO Word Addin?

I've got a VSTO 3.0 Word addin that I'd like to profile using VSTS Profiler. When I try to run an instrumenting run with the profiler, though, I get a warning that it can't be instrumented because ...
1
vote
2answers
94 views

Cannot run VSTS LoadTest at a time

I have a VSTS project with a list of 30 LoadTest tests that I want to run sequentially. All tests are independent from each other. When I try to run all the tests, it starts with the first test and it ...
1
vote
1answer
546 views

TFS always prompts to resolve conflicts on files that have no conflicts!

I have 3 files that are always producing merge conflicts when I am trying to merge between the baseline and my development branch in either direction. When the merge tool opens, there are no ...
0
votes
1answer
40 views

Partially Checking-in changes in TFS/VSTS2010

Is there a way to easily facilitate checking-in in chunks rather than as a whole? It becomes too much work to create shelvesets for each chunk of check-in. Plus, this is especially a problem with ...
0
votes
2answers
85 views

what's the purpose of *.vsmdi? Do I need to source control it?

What's the purose of .vsmdi file? Do I need to check into the source control system?
0
votes
0answers
48 views

By doing Vsts 2010 Load testing how to creating counters to the Asp.net and oracle db applications

I am doing Load testing using Vsts 2010 ultimate for my Asp.net application in that how to creating counters to my Iss web server and Asp.net App server and oracle db server and analyse the same.
0
votes
1answer
42 views

How to import system tables, stored procs and views

In VS 2010, when importing master db, all system tables, views and stored procedures cannot be imported into my project. There are no scripts under Tables, Views and StoredProcedure folders. For ...
0
votes
1answer
37 views

VSTS 2008 Custom Work Item - Setup Tab Order

Is there a way to setup a specific tab order for the visible fields on a custom work item template?
0
votes
1answer
34 views

VSTS “web test” replay with fiddler2 log problem

Does VSTS "web test" able to replay the same traffic (include the same response) which exported by Fiddler2? It seems cannot because the goal of the "web test" is to check web application's ...
0
votes
2answers
125 views

VSTS Loadrunner or something better?

I am looking to get a comparison between stress testing tools that are available today. The options put forward to us are either VSTS or Loadrunner. As of now, the inclination is towards Loadrunner, ...
0
votes
0answers
66 views

micrsoft Test manager Licence

I want to use VSTS test manager for automating my test cases, would like to know what are the licensing costs attached with it, do i have to buy the licence for MTM seperatly if i have VSTS licence ...
0
votes
0answers
102 views

Can a coded webtest access the configuration file of the associated unit test project

I have a VS 2008 unit test project. Inside that project, I have a coded web test. The coded web test is calling a class which tries to access the configuration file for the unit test project from the ...
0
votes
1answer
47 views

How do you change the program team explorer uses for comparisons?

I would like to have team explorer use BeyondCompare or SourceGear's diffmerge in order to do my conflict resolution in team explorer. I know its possible, but where is the setting for that and what ...
0
votes
1answer
45 views

We have two braches in TFS(Standard and Enterprise) of which many of the files are common. How do we manage changes in both?

We have two folder structures in TFS(two seperate braches) for same application. One branch managing normal desktop application and another with client-server architechture. The later one has extra ...
0
votes
2answers
153 views

Copy some folders from one TFS project into the other

I have a single TFS server with 2 different team projects - Project 1 and project 2. Project 2 is completely empty. Now, I want to copy some ASP.NET project 1 folders into project 2. How do I do that? ...