Answer Questions
Roberto Brunetti 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 Gerhardo , things work fine for me for unit tests + code coverage on an ASP.NET web service. NOTE: If you are using a non-console Terminal Server session, code coverage may not work properly. Here are the s ...Show All
GUM Man Extracting Cookies from header
Hi, I would like to know how to extract the cookies in from One WebRequest and pass it to the same webRequest if this.context.IsUserNew is false for another run of the same webTest during load run. Thanks. Prash I don't see anything obviously wrong, but what's special about this cookie Session cookies should be automatically carried over between requests within a web test. Josh An extraction rule is used to scrape information ...Show All
computer tech austin tfsmapping problem (not fatal but not sure what happened)
I'm using the December CTP. I uninstalled and then reinstalled the Team Explorer. Everything seems to work fine. I went to run TFSMapping and received the following error: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE>tfsfieldmapping / Unhandled Exception: System.IO.FileNotFoundException: Could not load file or *** embly 'Microsoft.TeamFoundation.OfficeIntegration.Common, Version=8.0.0.0, Cultu re=neutral, PublicKeyToken=b03f5f ...Show All
marcosaferreira FxCop and DateTime
Hey Is it possible to detect the use of DateTime.Now and DateTime.Today from a custom FxCop rule If so, could someone please let me know how this is done (I've already written a handful of custom rules so the basics of writting a FxCop plugin need not be explained) Thanks You can use the VisitMemberBinding override: public override ProblemCollection Check(M ...Show All
fshey Where I can find information about errors TF.....
Hi, Sometimes I received error number TF...... (exemple TF42052). Where I can find a document which describe these kind of error and the solution to each one Unfortunately, we currently do not have the document available for all the error messages, describing the problem and how to fix them. UE team is currently working on publishing the document sometime soon. -Mohammad ...Show All
Mark Brady script fails after new version of software pushed
I am currently trying to create tests to test microsofts new CRM application. I have recorded numerous web tests, but they will stop working after a change is made to the application. As far as I can tell it is linked to an import of the configuration from another server. When the script does a form post of the information submitted in the test, it gets back an error stating that the form has expired. I can re-record the ...Show All
Jeremy Cantrell Beginner's questions
Hi, all. I'm really new to Visual Studio 2005 Team Test, so I'm probably asking pretty basic questions. :) But I am just starting to play with it and was hoping someone can give me more infomation or point me to where I can find answers to my questions. My company has a web based application, written in ASP.Net, that I would like to be able to test using Visual Studio 2005 capabilities. I created a new test project and added some web te ...Show All
Clement Yuan How do I list the changes between one label and another?
I applied a label to the root folder of my Team Project ($\OSPACS) to mark the release v1.0 to my customer. A few months later I applied a further label to $\OSPACS to mark release v1.1. How can I obtain a list of the files that have changed between the two versions It seems that the only way I can do this is to copy v1.1 into my workspace ('Get a Specific Version' ), select each file in the Solution in turn and then compare it with the version ...Show All
ButlerDJ Can the test cases in the test project be merged into one document?
Hi, I have a test project with test cases in VSTS. Is there any way or work around to put them together and have one document to contain all of the test cases I want Thanks, Leon So, to be clear... you guys are talking about storing test cases as work items in Team Foundation Server This is NOT about using Visual Studio Team System Test with Test Projects and tests like Unit Test, Manual Test, etc... right Thanks, Dav ...Show All
erwin_m Using Excel pivot charts, can I filter on creation dates within the Work item history cube.
Hello, I am using the cumulative count in Work item history cube using the Pivotchart within Excel (a great way to get quick graphs for management). The problem I am having is that I want to see the progression of states between specific dates. As it stands now I can choose specific weeks to see but the counter in the graph does not start at zero. If I could put the creation date as an additional filter the graph would start at zero. ...Show All
JPBrasil data of the WSS Portal
Hello, in the directory %program files%/MSSQL$SharePoint/Data is the database of my teamPortal-Project. is there a way to access to the files from the project portal stored in the database I don't want to access to the files over the web frontend. We don't know, sorry. You may want to find a forum for Sharepoint Portal. ----------------- Visual Studio Team System Beta3 is now available at MSDN Su ...Show All
RaaH NUnit vs VSTE
Hi all, I'm interested to know what people think about VSTE unit testing and also what people currently using NUnit think about this new support for unit tests in Visual Studio. What I can see myself after a short look at the features is that VSTE offers a great integration with the development environment as well as the addition of code coverage. NUnit on the other hand doesn't require a project and can be integrated to the source code assemb ...Show All
Brian DeKorte I can't create PrivateObject, an exception thrown out
When i try to create a PrivateObject object[] args = new object[1] { "test" }; Microsoft.VisualStudio.TestTools.UnitTesting.PrivateObject priv_obj = new Microsoft.VisualStudio.TestTools.UnitTesting.PrivateObject(typeof(global::Class1), new System.Type[1] { typeof(string) }, args); An Exception thrown out Test method Class1Test.testTest threw exception: System.TypeLoadException: Could not load type 'Class1' from assembly 'Objec ...Show All
24sharon user Tfs* Stored procs-can't open them
We've got Tfs on SQL Server 2005. My login is sa. I can right-click, then hit modify on system stored procedures to look at/modify the code. However, the 'modify' option is grayed out when right-clicking on any user stored procedure in any database starting with Tfs. Is this by design because it's probably part of the application setup/install I'm only curious because one of the stored procedures, tfsintegration.prc_OptimizeTfsDatabases, is fail ...Show All
ffattizzi Improved - added ID and filter out Work Completed = 0
========================================== Update: Please see the post dated 9/28/2006 for a new request for help. ========================================= I have a need to report developer hours by work item by week. I am attempting to use the warehouse filed "Current Work Item Microsoft_VSTS_Scheduling_CompletedWork" and add a "Date Week" perspective to it, but obviously that will only return the value of the " ...Show All
