Answer Questions
SCamel Tests not appearing in test manager lists
Hi, I'm using VS.NET 2005 beta2 (not testing edition just normal developer edition) Have a TestProject in a solution with other projects. I've used the wizard to create unit tests, i've added tests manually, I've added existing tests into a test project. But none of the tests appear in the lists in Test Manager only a manualtest1 appears which is one that visual studio added when it created the test project. How do tests get my unit tests t ...Show All
Alex_Sig Syntax error in MFCLOC manifest
Why would we get a syntax error in the event viewer for Microsoft's own manifest file Syntax error in manifest or policy file "C:\Program Files\. . . some of path deleted . . .\Microsoft.VC80.MFCLOC.MANIFEST" on line 5. We have been spending great effort trying to convert our x86 C++ code to VS Team and have had many issues. I copied components to another system along with run-time libraries and manifests and get this error and the lovely ...Show All
subsider34 Work Items/ Bug + Web View
we are about to roll over to VSTS 2005 and I have been asked about the accessability of work items/ bug tracking via a web interface - if it is going to be available - is their any major flaws that we must be away of. We would like to standardise the logging of software faults via a web interface which is easily utilised and assigned to developers, over multiple countries (that is bug logging) Team System does not provide web acce ...Show All
Gusi Team project creation failed
After some day's of hard work I succeeded in installing Visual Studio 2005 Team Foundation. But when I want to create a new Team Project I an error message: Initialisation for plugins "Microsoft.Pcw.wss", "Microsoft.Pcw.currituck" failed. I have Team Foundation Servr and Client installed on the same machine, and I am always logged in as machine administrator. The site http://test-jb2dms7g05:8080/bisserver/EleadWebService.asmx is available, als ...Show All
Jason Hamlin Re-run of recorded web test fails
I have recorded a webtest . The webtest involves uploading an image. After recording when I try to rerun the test, it fails giving an error "RequestFailed: Could not find file...". The path of the image file it mentions in the error is not the one I have entered through UI. Instead it is the path from where my web test is run i.e \Path of the last web test run\out\ImageFileName" In the generated code it shows a call to ...Show All
Josh_G % of time in JIT > 90% - Webservice
I don't know if this is the appropriate place for this post, sorry if it is not. I am load and perf. testing a method of a webservice. The web service makes a database call wraps the returned recordset in XML then returns the XML string to the caller. While testing the method, I have noticed that the % of time spent in the JIT is huge. It slowly trickles down as either time goes on and as I add users, or connections. I have looked high ...Show All
mojo_risin How does the test pick up values from List Boxes
I am trying to do some performance testing for our web application and have recorded a test using data entry from a listbox. However when teh test is run again it does not work as it has no value. The application in the test indicates that some criteria must be entered. Josh I get four elements as follows leftbox=2 leftbox.itemtracker={{Hidden1._lstParishes:leftbox:itemtracker}} Rightbox=12 Rightbox.itemtracker={{Hidden1._lstParishe ...Show All
Tim Goodwin Team Build Failure (test execution) with IBM.Data.DB2
I am in the process of testing the Team Build feature of Team Foundation Server w/Visual Studio 2005 and am continuing to run into an error that cannot be replicated when running a build/test manually (on either the server or any client). The error I get when executing the MSBuild process is: One of the background threads threw exception: System.TypeInitializationException: The type initializer for 'IBM.Data.DB2.DB2Connection' threw an exception ...Show All
Mafalda con Petalos WIQL and the QueryWorkitems SOAP method
Hi, I'm working on a Java based TFS integration project. The project is using the Axis library to make SOAP calls to the TFS webservices. I'm hoping someone familiar with the work item tracking webservice can answer a question about it. In the workflow to query for and display work items, it looks like the Team Foundation Client calls (among others) the webservice methods GetStoredQueries and QueryWorkItems. QueryWorkItems appears to take an XM ...Show All
Chris Anderson Team Foundation SDK
Hi, all of you, I'm new to this forum, so first of all I will introduce myself, I'm Luis Fraile, and I work in Madrid, for a company Called Renacimiento Sistemas, we are currently beginning to use Team Foundation Server Beta 3 and VS 2005 Team Suite final release in some projects. I'm interested on object model for Team Foundation, is there any SDK, doc or something I can read about this Thanks. There is a Team System Extensibility SDK th ...Show All
halola MsTest command line publish code coverage
The MSDN2 article How to: Publish Test Results says how to publish code coverage using the UI but it does not say how to do it using the command line. Anyone got any brilliant ideas please Hi, thanks but I was specifically after code coverage and I did not understand your help. I'm not using /runconfig rather something like: "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\MSTEST.EXE& ...Show All
mikeb_aaron Problem with shelving
I've encountered a small problem with shelving. Here's a scenario I Am working with studio 2003 and using TFS as source control . I have a console app project with 1 class (Class1) Lets say I add a new class (Class2) and then check in class2. Now ,I open the class for edit and do some code. I then do shelve to the entire project . after that I undo changes in order to get back to the last checked in version. T ...Show All
zznb How to assign reference path to directory option in FXCopCmd.exe?
Hi, Our organisation is using VS 2003 , C# and I have a task to Integrate FXCop 1.32 with VS 2003. This is done using the FXCopcmd.exe. My problem is that for one of our projects I am getting the 'Missing References error'. I tried giving the directory option to the command line using the '/d:' command. I have Hardcoded the path as /d:"path". This is working fine but I don't want to hardcode the path. I don't know if the hardcoded path ...Show All
RoyBoy MS Guidance on Naming Conventions for Workspaces, Branches, Shelvesets, Labels, etc
It would be nice if TF provided some suggested naming guidance for various nameable items like: Workspace Branch Shelveset Label It might also be nice to provide guidance on suggested directory structures like: $/Branches/Rel1.0 $/Trunk/Docs $/Trunk/Src I would tend to favor the hierarchical approach you show at the end as being easier to maintain over the long run. I haven't checked -- is there guidance in MSF ...Show All
Anup Shah Bug or Expected Behavior with Unit Testing
Here's the situation I have (and I don't know if this is because of incorrect usage or or a bug): I have a web service that requires a username and password. The unit test runs a method on the web service to gather data before the test can complete (I know this isn't the best way to do it, but I have no choice here). In order for that to happen I have a security class which must be supplied the username and password. This only has to happen o ...Show All
