vsts2005

Instrumented profile of a single method in VSTS?

I've been trying to get some instrumented profiling going for one method (and children) in a large C# 2.0 application using the built in VSTS 2005 or 2008 performance tools. However, I can't find any form of the /include command that will work - the profiler just keeps failing to find the method. The docs are so bad that all I can do is...

How do I use VSTS Test Edition 2005 to automate webtests execution for different physical enviornments?

The following link in MSDN provides details about how to parameterize the web servers of a web test. http://msdn.microsoft.com/en-us/library/ms184806.aspx# If I have an in-house development environment and a production environment, I'd like to reuse the same webtests for both environments without having to re-run scripts. ...

How to do unit testing in Visual Studio 2005?

Hi, Is there any support for unit testing in Visual Studio 2005? After googling for some time, I found out that we can do unit testing with Visual Studio Team System, but I do not have it. I cannot install NUnit also because of some stupid rules of my organization. Does anyone knows how to do unit testing in Visual Studio? Many Thank...

How do i configure team system 2008

I am installing VSTS. What components do i need to install for both .net & sql server. ? How do we configure our projects? ...

How can a web test in vsts 2005 be converted to code?

How can a web test in vsts 2005 be converted to code? Also , i need to bind parameters of validation rules to a column of a .csv file. Is it possible in vsts 2005 ? If yes , how? ...