Sign in
Developer Support Team System
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
DBPro
Team Build
Team Build TFSBuild
Team Build TFSBuild TEST
web test
Archive
Archives
May 2013
(1)
October 2012
(5)
May 2012
(2)
April 2012
(2)
March 2012
(5)
July 2011
(1)
June 2010
(1)
May 2010
(6)
February 2010
(3)
July 2009
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Developer Support Team System
Test Class Inheritance is not working in the VS2010
Posted
over 3 years ago
by
Anjana Mazumder MSFT
3
Comments
If you have a test class inheritance and you using tfsbuild to build, you get the following error but it builds fine from IDE UTA004: Illegal use of attribute on abc.Class1. The TestMethodAttribute can be defined only inside a class marked with the...
Developer Support Team System
When playing back a recorded web test with Microsoft Visual Studio Team System 2008 Test Edition SP1 the web test fails due the size of the Response
Posted
over 3 years ago
by
Teodora Stanev - MSFT
2
Comments
Scenario: You have a recorded a web test using Microsoft Visual Studio Team System 2008 Test Edition SP1. When you play back the web test it fails. The actual error message might vary. Reason: By default Microsoft Visual Studio Team System 2008...
Developer Support Team System
DBPro: How to resolve self-referencing database calls in Microsoft Visual Studio Team System 2008 Database Edition GDR Version 9.1.40413.00
Posted
over 3 years ago
by
Teodora Stanev - MSFT
1
Comments
PROBLEM: You cannot resolve self-references through the current DBPro Project database reference implementation . For more info see: The Data Dude Blog : Self Referencing Example 1: Self- referencing store procedure calls cause Warning TSD04151...
Developer Support Team System
Available Updates for Visual Studio 2010 Testing Tools
Posted
2 days ago
by
Teodora Stanev - MSFT
1
Comments
List of all available updates for Visual Studio 2010 Testing Tools: You experience slow performance when there are many builds in Team Foundation Server in Microsoft Test Manager 2010 http://support.microsoft.com/kb/2253789 Update for Microsoft...
Developer Support Team System
After changing the area path cannot run the tests from test manager
Posted
over 1 year ago
by
Nitish Nagpal
1
Comments
PROBLEM DESCRIPTION ================== After changing the area path when trying to run tests from test manager, the following error is produced : You cannot run the selected test. The structure path Team Project Collection/ Project(e.g. for an...
Developer Support Team System
Issue while triggering the load test from VS2010
Posted
over 1 year ago
by
Nitish Nagpal
0
Comments
Issue description: You may face issue while triggering the load test from VS2010 and controller and agents on different machines, status of the tests always in "In pending" status. Error message in controller log file: (QTController.exe,PID...
Developer Support Team System
Issue while running test from MTM when both MTM and TFS are in different domain and TFS is configured on SSL
Posted
over 1 year ago
by
Nitish Nagpal
0
Comments
Issue description: If you have configured TFS 2010 in domain environment A along with SSL configuration and trying to run your tests in MTM from a different domain B, You may get the error below: The underlying connection was closed: could not...
Developer Support Team System
MFC controls not getting recognized on XP machine
Posted
11 months ago
by
Nitish Nagpal
0
Comments
Problem Description: Recently got an issue where after migration of the VC++6.0 application to VC++10.0, controls were not getting recognized by CodedUI test builder tool. Resolution: In this kind of scenario, first check if the Inspect...
Developer Support Team System
Performance Issue with Coded UI Test while searching for the HTMLHyperLink control in case you have several controls of this type on the web page
Posted
11 months ago
by
Nitish Nagpal
0
Comments
Problem description: Performance issue with the CodedUI test while searching for the HTMLHyperLink control in case you have several controls of this type on the web page. Resolution: You may notice that CodedUI test will take time to search...
Developer Support Team System
CssIteration attribute defined in the test case to update the Iteration path does not perform the operation as expected
Posted
7 months ago
by
Nitish Nagpal
0
Comments
Problem Description: CssIteration attribute which you define in the test case to update the Iteration path does not perform the operation as expected out of it, during the migration of test cases using TCM.exe to Test case workitem. Resolution:...
Developer Support Team System
Issues with some of the counters missing while adding them to the load test settings on non-English OS
Posted
7 months ago
by
Nitish Nagpal
0
Comments
Problem Desc: You may face issue with some of the counters missing while adding them to the load test settings on non-English OS. Resolution: A possible workaround to this problem: For the specific OS culture, you will find the files related...
Developer Support Team System
Issues while configuring TFS 2010 with the test controller in different domain
Posted
7 months ago
by
Nitish Nagpal
0
Comments
Problem Description: You may face issue while configuring TFS 2010 with the test controller which is in different domain. Resolution: If you want to register a test controller that is in a workgroup or a different domain that does not have a...
Developer Support Team System
Test Attachment Cleaner for VS2010 - everything you need to know
Posted
7 months ago
by
Teodora Stanev - MSFT
0
Comments
TFS2010: Test Attachment Cleaner and why you should be using it http://blogs.msdn.com/b/granth/archive/2011/02/12/tfs2010-test-attachment-cleaner-and-why-you-should-be-using-it.aspx 2. Test Attachment Cleaner for Visual Studio Ultimate...
Developer Support Team System
How to run Load test from Team Build 2012
Posted
6 months ago
by
Teodora Stanev - MSFT
0
Comments
Create a new Build Definition using the Default Process Template in TFS 20120. For a complete walk through, please see: Run Tests in Your Build Process http://msdn.microsoft.com/en-us/library/ms253138%28v=vs.110%29.aspx NOTE: When you edit...
Developer Support Team System
TFSbuildServiceHost service doesnot start automatically when the build machine reboots
Posted
over 3 years ago
by
Anjana Mazumder MSFT
0
Comments
When build machines reboots the tfsbuildservicehost service does not start automatically and throw the below error in event log Service cannot be started. Microsoft.TeamFoundation.TeamFoundationServiceUnavailableException: Team Foundation services...
Developer Support Team System
Issue with building 2008 project from TFS build 2010
Posted
over 3 years ago
by
Anjana Mazumder MSFT
0
Comments
If you are building 2008 solution that contains a web project that has a 32 bit dll reference and a WDP project , on 64 bit TFSbuild 2010, you might see that when the WDP project is built its calling the 64 bit version of aspnet_compiler, but the dependant...
Developer Support Team System
How to avoid 4-part naming to linked server to an Oracle database in SQL Server while using DBPro
Posted
over 3 years ago
by
Teodora Stanev - MSFT
0
Comments
Scenario 1. You have set up a linked server to an Oracle database in SQL Server 2. You have created a synonym for an Object from the Linked Server CREATE SYNONYM [dbo].[SynonymProducts] FOR [Oracle_DATABASE]..[PRODRHDW].[Products ] 3. Attempt...
Developer Support Team System
Test Impact Analysis (TIA) does not work for WCF app when hosted in IIS
Posted
over 2 years ago
by
Teodora Stanev - MSFT
0
Comments
Problem You are trying to use Test Impact Analysis on your current project. The application is an ASP.NET frontend, a presentation layer and a WCF service layer. You have enabled Test Impact Analysis. But when you change some code in your...
Developer Support Team System
VS2010 load test report does not show up performance counters
Posted
over 1 year ago
by
Nitish Nagpal
0
Comments
Issue description: You may notice that performance counters for database server does not show up in the load test report with VS2010 Root cause: Multiple instances of SQL server and delay in fetching the counters. In this case, there is actually...
Developer Support Team System
Issue while running test from a workgroup environment in MTM and TFS is in domain environment
Posted
over 1 year ago
by
Nitish Nagpal
0
Comments
Issue description: If you have configured TFS 2010 in domain environment along with SSL configuration and trying to run your tests in MTM from a workgroup environment, you may get the error below: The underlying connection was closed: could not...
Developer Support Team System
Troubleshooting tips for webtest fail during playback of the recorded scripts
Posted
over 1 year ago
by
Nitish Nagpal
0
Comments
Problem description: Here I am describing some tips around troubleshooting webtest failure during playback of the recorded webtest scripts. Resolution: You may notice that you have recorded webtest for your application, however, it fails during...
Developer Support Team System
MTM Empty Tester Field
Posted
over 1 year ago
by
Nitish Nagpal
0
Comments
Issue with the Tester field empty in the test cases while working with MTM 2010 Problem Description: You may face issue with the Tester field empty in the test cases in MTM 2010. Resolution: This issue may occur due to two reasons: ...
Developer Support Team System
Can you bind Validation Rules to datasources?
Posted
over 4 years ago
by
Anjana Mazumder MSFT
0
Comments
And the answer is yes. I came accross this question many time so thought of putting a blog on it. Below are the steps to follow on how to bind datasource to validation rule. Its not different than any other databinding in test. 1. You should have a...
Developer Support Team System
TFSBuild fails with error MSB4018 "ResolveKeySource" task failed unexpectedly
Posted
over 4 years ago
by
Anjana Mazumder MSFT
0
Comments
When you upgrade from TFS 2005 to TFS 2008, if your project has strong name setup then building your solution from TFSBuild might throws error: Target "ResolveKeySource" in file "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets...
Developer Support Team System
How to use Team Build (TFSBuild) to build a MSI package for an ASP web service/ASP Application conditionally
Posted
over 3 years ago
by
Teodora Stanev - MSFT
0
Comments
Scenario: We have a VS solution that includes an ASP web service/ASP Application and a deployment project for the ASP web service/ASP Application. The solution is added to source control. We want to build the MSI package only if changes were made to the...
Page 1 of 2 (28 items)
1
2