Answer Questions
greycats Automated FoxPro Testing
Does any one know a good tool for automated FoxPro Testing Currently we have TestComplete3 which claims it can find the objects in the windows, but will only see each window. Thanks. While I am unaware of any specific testing tools for FoxPro, it sounds like you are looking for UI testing tools -- while we aren't shipping any, there are third parties who I'm sure will. These should be able to plug directly int ...Show All
Marlon Chen Work items seems to use sAMAccountName as key to the AssigneTo field.
When assigning work items to people the dropdown list displays a list of sAMAccountName . In our case these are very none informative - they don't give a clue to the persons name as it consists of random letters and digits. Is it possible to get it displayed as givenName , middleName , sn or something other more readable When hovering over a user in the team project permission dialog a tool tip displays some other field from AD that is of some ...Show All
DavidYA Dispose and factories
Hi, I am wondering if the DisposeObjectsBeforeLosingScope rule can somehow be convinced to work in the presence of factories The following code gives me the desired warning message only if I uncomment the line containing the new statement: public class A { public A() { DisposeTest dt; //dt = new DisposeTest(); dt = DisposeTest.CreateDT(); dt.DoSt(); } } However, we want to create certain obj ...Show All
bmssoftware1 Check In Policy - Unit Test Policy
Hi, I’m triyng to use Unit Test Policy, but when I do this nothing happen. In "Unit Test Policy" window I put this: /testmetadata:"C:\SAGAAdvanced\SagaAdvanced\Middle\Dalc\Dispositivos\SASistemas.WMS.Dispositivo.DB_Dispositivo\SASistemas.WMS.Dispositivos.DB_Dispositivos.vsmdi" /testlist:DB_CadTipDsp_Test Tests 1 Where DB_CadTipDsp_Test is the List of Test that I can found in Test Manager tab. In that List I have several unit tests and, i ...Show All
Peter Drinan "Start selected test project without debugger" problem
Hi, I have a unit test that fails when I click "Start selected test project without debugger". If I run the same tests with "Test manager" or "Start selected test project with debugger" they pass. I've worked out that it is because VS copies different assemblies to the out directory of the test. When it fails it copies my "orders" assembly for some reason, even though it isn't referenced or needed by any of the unit test code when it runs. (T ...Show All
chamal DeclareEventHandlersCorrectly
TypeName: DeclareEventHandlersCorrectly CheckId: CA1009 Category: Microsoft.Design Message Level: Error Certainty: 95% Breaking Change: Breaking Event handler methods take two parameters. The first is of type System.Object and is named 'sender'. This is the object that raised the event. The second parameter is of type System.EventArgs and is named 'e'. This is the data associated with the event. For exa ...Show All
Dave_W Code Coverage just for Unit Testing
Hi, Is there any way to use Code coverage capabilities with Web Test, Generic Tests and Manual Tests It would be nice to know the coverage of all my test not just the developer ones. Thanks LucasC Hi, I own testing for this area, so here goes... Yes, we are planning to include this for manual testing by RTM - so you should check out the next CTP to see this & try it out. The coverage is collected until the run completes or ti ...Show All
srinivas vasireddy Posted: Backup and restore procedures for TFS (beta 3 refresh)
The pre-release documentation for backup and restore has been posted by the VSTS UE team . Backup and Restore Procedures for beta 3 refresh. http://blogs.msdn.com/vstsue/articles/500334.aspx How to: Back Up a Team Foundation Server How to: Restore Team Foundation Server Data How to: Restore Team Foundation Server Data to a Different Server Buck A newer version of the procedure how to restore a Team Foundation Server data-tier server: ...Show All
BrianFH How to customize things in an existing project?
I have successfully created my own custom template based on NSF Agile, mainly in the work item area. It's working out great. There are a couple of projects created based on MSF Agile previously. Is it possible to customize certain things in them so they are consistent with the new projects created using my own template e.g. list items under Priority and State for work items. I've been using the Imaginet tool t ...Show All
David Rollins Access Denied: User needs the UseSystem global permission
Sorry this is a little long. I wanted to provide as much detail as possible, so someone can tell me where I am being stupid. I'm trying to set up an Active Directory group who can create Team Projects. This would allow me to manage who can create Team Projects from one place. I am running TFS Beta3 and VS2005 RC in a dual server configuration. I created a AD group, called TFS Project Users. I added a generic user, Developer2, to this gr ...Show All
Imran Farooqui Administration
Hi just managed to install the Foundation Server & client Beta 2. Was looking for information regarding administering it, like creating users, user groups, assigning them to projects etc. Can you point me in the right direction. Thks You may want to look at the following: http://msdn2.microsoft.com/library/ms181294(en-us,vs.80).aspx For Beta 2, a very early version of the Administrator's Guide is a ...Show All
SunVolt Unable to access Team Foundation Source Control
Hi, I m using Team Foundation server Beta 3 Refresh and new to this.My project Manager created a Team Project "<TeamProj1> " who is a member of [server]Team Foundation Server administrator Group.He added me as project administrator in ,[TeamProj1] Project administrator group. I m unable to open Sourec conrtol explorer when i double click Source control in Team Explorer, getting follwing error Either source control has ...Show All
Sinan Ussakli Major Pain point with Pending Changes Dialog
There is no select all/invert/deselect all option. I have been working on moving artifacts into VSTFS Source Control (Hatteras) all weekend and not having that feature has cost me at least 2 hours of checking or unchecking checkboxes. This is just a variation on the same technique using the keyboard, but in my own usage, i typically use the mouse to select the items i want to toggle the checkbox state on (click + shift-click, a ...Show All
Keith Sirmons Running FxCop plugin from the VS 2005 debugger
Hi It is possible to run an FxCop plugin from the VS 2005 debugger Thanks Just for the record (for anyone else reading), this is certainly possible. You just need to attach the debugger to FxCop.exe or FxCopCmd.exe and set a breakpoint in your rule source. Nick Ignore this post. I figured it out myself. ...Show All
PhilWilson How to get code coverage from Web Tests?
Hi, I'd like to get code coverage information from Web Tests. I configure the testo configuration in order to instrument the Web Site. I Run my web test but no coverage information was generated. Is there any additional Step Thanks The reason I asked you the few questions I asked is to understand exactly how you are compiling and launching the ASP web page. When browsing to a dynamic web page like ASP, the code is compiled on the fly fo ...Show All
