Answer Questions
Steve Cochran Merging: Not intuitive
Hello there, I have this minor problem using the merge feature in Team System Source Control: I think it's unintuitive ;) When doing a merge, I always click "Merge..." on the branch which I want to update , not the source branch. But in the "Merge..." dialog, the clicked-on branch is now selected as the source path, not as the target path. Is there a possibility to change this behaviour, so that I get a list of possible source paths for a specif ...Show All
Beth Massi Unit Test - Private Accessor also generated for public method?
I have created a simple C# console application (using VSTS RC) and added a simple class containing a public method. Then a C# test project was automatically genreated. In the generated code I noticed that the test method still create a PrivateAccessor to test the public method. What's the reason for this behivior ///Production Code class Arithmetic{ public int Add(int i1, int i2) { return i1+i2; } } ///generated TestMeth ...Show All
Y3PP3R Web test for a link on a page to have the correct URL
I have been trying to set up an automated test to verify that a link on a specific page has the correct URL. When recording a web test and clicking on a link on a page it saves the URL into memory. I want to simulate clicking on a specific link on a page and verify that not only did the link go somewhere but that it went to the expected URL. I was able to do what I wanted using ...Show All
Apolizoi Team Foundation to Team Foundation Migration
Is there a (supported) way of migrating data from one instance of TFS to an other when the machines are on different domains Cheers Simon We are working on some documentation that will describe migrating TFS (data) from one domain to another. One of the major issues involved in doing this is migrating users (in the TFS system) between the old domain and the new domain. Simon, for your scenario ...Show All
stumpyjake Instrumentation failed
Can I be able to instrument the code without having a source code for all of my executable I am getting the following error: "PRF0002: Instrumentation failed with these options" because it can't find the source code for the 3rd party object file. Is there a workaround for this problem Thanks, Sadly with the current version of the profiler you will not be able to instrume ...Show All
TonyTony A premature request on the roadmap
I realize this is a premature request considering the RTM bits for Version 1.0 are not yet out. I see references to such things as support for multiple resources in Version 2. I am wondering if there exists a publicly available roadmap for planned releases, service packs etc and what major feature sets may be involved in those and their timelines. I realize this is a lot to ask and the answers would be nebulous at best. The information wou ...Show All
jalal khodabandeh Specifying user names for load test
Hi, We have a web app that uses forms authentication. Each user can only be logged in once. If you try to log in with the same user name again, you get kicked off. What is the best way to handle load testing in such a scenario I don't really want to write a separate test for each user. Data-driven testing doesn't work here, as it calls the test sequentially for each row in the database. Is there some way to specify at the load test level that I ...Show All
Steven Molen Newbie, need help on import existing projects
Hi All, I've done installed TFS. Could anybody tell me how to import an existing VS2k3.Net solution projects that I get from pvcs (serena dimension), about 50 projects I would like to have exactly folder structure. P.S: where do I could get TFS and other users guide Best Regards, Hi All, I found the solution. It kind of painful task but it works. The SCC was written in the visual studio project file. Just deleted them, then the conversion ...Show All
VBNewStudent the request failed with http status 404
when I tried to open the team explorer I got the following error the request failed with http status 404 I have the same error. At first when I was creating new projects I was receiving that connection terminated error. I am using beta 3. I have rextended sharepoint onto default and team foundation server. when I extended team foundation server it started giving me the 404 when I did any team related functions in Visual Studio. I checked ...Show All
Moclobe Severe delay when right clicking larger source controlled projects in VS 2005
I have a web application project which consists of 1499 source controled files (listed by type below[1]). Right clicking this solution in VS 2005 delays the context menu for about five seconds. It seems like the IDE is actually trying to determine what source control operations are available by going over every single file. Seems to me like the QueryEnabled implementation for the various commands on both the context menu and the Team Foundation ...Show All
Jessli Unable to view Source Control Explorer in Beta2
I currently have 25 or so developers running up against Beta 2's Version Control. Everybody up to this point has been fine. However, I recently added another member to the team and they can NOT see any of the existing projects under Version Control. I have given them every access right I can find (include Project Administrator on the Team Project itself). Any ideas or things I could try Thanks, ~slee Yes, the ...Show All
Igor L Class Name column in the Test Results?
Is there anyway to get the Class Name column added to the list of available columns for the Test Results pane It is available in the Test Manager, and it seems to be the best column to use to fully qualify the name of a test; If you are running a lot of unit tests that have the same name, but are in different classes, there is no real way to tell them apart in the results pane. For example if I have 5 classes, all of which have ...Show All
Tomi B. Alert receiving problem
Hi, We are working with beta2, single server installation. We have currently about 15 users defined in TS. Most of them receive Work Item changed notification successfully. One user is not. I checked already issues from this post . User in question was registered for notification with correct case in user name. In bislog.txt I have following entries when users WI changed: 2005-08-03T20:10:33:777 (main) Subscription matched for type WorkItemChan ...Show All
Fairy beta 3 has been released?
or not when will it be released I read somewhre that I could use it with a go live license. Will it be enough stable to install on a production machine Does TFS includes version controlf of source code or Do I need to install also Visual Source Safe as a stand alone product How much will be the price of tfs And HOw much will be the price of Visual Source Safe 2005 If I install source safe 2005 on a machine that alread has source safe 6.0 ...Show All
Xllerator How do I validate a pdf popup
Using the webtest I need to validate a pdf pop-up window in IE. Currently I get a binary data in the web text results. How would I validate this window and the pdf file To validate that a response stream is a pdf file, you might be able to verify the Content-Type header. This should be application/pdf for pdf response streams. If you need to add a custom rule, here is a blog post which has an example validatio ...Show All
