Answer Questions
AdriaanDavel Automating Test Execution
I would like to know the class which could be used to automate test case execution. Currently, we need to manually start the test case execution in the test manager. But, I have a requirement to execute the test cases in the test project for multiple times with different types of data. This is to verify the functionality - not to measure the performance or load. I found that test cases can be executed in command line with the command “ ...Show All
Yong Hwee Creating unit test for Sub with array passing ByRef in VB
Heloo! I have a problem with generating unit test for procedure/funcion in VB project. When I choose "Create unit test" for such procedure I get an error in the test body: Module MyModule Public Sub MyFunction( ByRef Arr() As Boolean ) ReDim Arr(UBound(Arr)) End Sub End Module Test generated by VS is: ''' <summary> '''A test for MyFunction(ByRef Boolean()) ''' </summary> <TestMe ...Show All
ldbfrank where i can download the msf?
hi... well i need to know where i can download the msf http://www.microsoft.com/msf Randy MSF ...Show All
janderson App.config and Unit Tests
Can you not add a app.config file to a Unit Test project Here is my app.config file in my unit test project: < xml version="1.0" encoding="utf-8" > <configuration> <connectionStrings> <add name="mycn" connectionString="server=myserver;Trusted_Connection=False;database=mydb;uid=username;pwd=password"/> </connectionStrings> </configuration> And here is one of my unit t ...Show All
AmphireDude Check Doesnt Work
Hello, Im trying this in a custom rule: public override ProblemCollection Check(Module module) { EventLog.WriteEntry("Module", module.Name); return base .Check (module); } public override ProblemCollection Check(Parameter parameter) { EventLog.WriteEntry("Parameter", parameter.Name.Name); return base .Check (parameter); } public override ProblemCollection Check(TypeNode type) { ...Show All
JennyW Team Project Creation Failed
Hello, We tried creating new team project but failed with the following error: Team Project Creation Failed <snipped> Error: Unable to connect to the Windows SharePoint Services at DAGOBAH Some info to further help in troubleshooting this problem: (installed in the following order) - installed SQL Server 2005 - installed Visual Studio 2005 - installed Team Foundation 2005 (single server installation) - installed Windows SharePoint Services ...Show All
H a t e m Build Notifications problem
1.) Team Foundation Server(Beta3) and Team Build(Beta3) installed on same physical server(SrBuild) 2.) Outlook Express can successfully send out-going Email from same server(SrBuild) 3.) Verified correct: <add key="emailNotificationFromAddress" value=" builder@identix.com " /> <add key="smtpServer" value="10.1.3.8" /> in C:\Program Files\Microsoft Visual Studio 2005 Team Foun ...Show All
TQSystems No source control availabe after installing MSSCCI Provider
I have installed the latest .NET framework 2.0 available and the Team Explorer from the TFS CD. I then installed the latest MSSCCI provider and rebooted. I then opened up VB6 (with SP6) and created a new project. However, nowhere in the IDE do I see the option to use any source control. Any ideas why not Thanks in advance. I had the same problem solution: edit vbaddin.ini (start->run: vbaddin.ini (it ...Show All
cheung_iris Cannot compare, diff or merge files
The VSTFKnownIssues.rtf has the following issue: Issue : Cannot compare, diff or merge files on computers that only have Team Explorer. Details : Due to dependency on a DLL that is not included with Team Explorer, DiffMerge.exe fails on computers that do not have Visual Studio 2005 Team Suite or one of the Team System role-based editions. Workaround : Install Visual Studio 2005 Team Suite, or one of the Team System role-based editio ...Show All
Stijn Fonck TFS without Active Directory
We haven't upgraded our Microsoft network to Active Directory yet. Is there any other way we can install TFS or VSTS Thanks Can I still connect to my NT4 network Do I have to create "workgroups" as in a peer network, or is it a different concept of workgroup Thanks. We've already got a Windows network, but we haven't upgraded to Active Directory yet. And ...Show All
Kobi Reiter "Get" from Source Control Explorer doesn't get missing files
(Using TFS Beta 3) If I use Windows Explorer to manually delete a local file that is part of a project, then doing a "Get Latest Version" from Source Control Explorer doesn't replace the missing file. I assume this behaviour is correct, since it would surely have been noticed otherwise. So my question is: How do I ensure that no files are missing when I "Get Latest Version" TIA, Matthew. You're correct th ...Show All
Bharg DevConnection.ProviderPort – inconsistent behavior
Hi, While playing with programmatic manipulation of the diagram I have noticed the interesting phenomena. When analyzing EXISTING connection between consumer and provider endpoints, sometimes I get the following strange behavior, consider the following code: //------------------------------------------------------------------- // curEndPoint is Port DevConnection con = (( ConsumerPort )curEndPoi ...Show All
Aligator1437 Slow when open 2 Instances of Visual Studio
Slow is an understatement actually. I think i've noticed this pattern: When have 2 instances of VS.NET 2005 on same machine both of which have solutions that are in source control. devenv.exe is 70-100% cpu and doesn't respond to user (waited > 5 mins and still only lets me do the odd thing before stopping responding again) Same projects open separately work fine! Is this a known bug -MikeG ...Show All
Ceres How do I delte work items?
Is there a way to DELETE work items Say the pre-defined template for Agile puts in some items which I don't agree wish - and instead wish to start 'a fresh'. How do I go about deleting work items So that they would not pollute reports as being closed/completed - even though I did that - just to get rid of them! Thank you. I have responded about deleting work item in http://forums.microsoft.com/MS ...Show All
Akin Possible to detect use of enum.ToString()?
Does anyone know if it is possible to detect the use of an enum's "ToString()" method The reason I ask is because we have started obfuscating our code using Dotfuscator, and of course because that renames the enums, it plays merry hell with any use of enum.ToString()! It'd be great if FXCopy could detect such usage. Also, I guess we'd need to detect enum.Parse() and other reflection-style access. Any help would be much appreciated! ...Show All
