Asp.net, listbox, htc, behavior, autosearch listbox, wcf, certificate
Performance testing WCF web services using VSTS unit Tests - Discoveries / Experiences in .Net Application development - Site Home - MSDN Blogs
Sign In
Discoveries / Experiences in .Net Application development
Discoveries during Web Application development using Asp.Net, C# etc
Options
Blog Home
About
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search Blogs
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.Net3.5
asp.net
CodeCoverage
Development
gac
gacutil
Globalization
gridview
HealthMonitor
htc
javascript
LINQ
ListBox
localization
MemoryDump
msbuild
Proxy
Sql
TFS
Tracing
viewstate
Vs 2008
Vsts 2008
wcf
webtest
Archive
Archives
March 2012
(1)
February 2011
(1)
January 2011
(1)
December 2010
(2)
July 2010
(2)
June 2010
(2)
May 2010
(1)
March 2010
(1)
January 2010
(1)
December 2009
(3)
October 2009
(2)
September 2009
(1)
August 2009
(2)
June 2009
(1)
May 2009
(2)
April 2009
(1)
February 2009
(3)
September 2008
(2)
June 2008
(2)
May 2008
(3)
March 2008
(1)
October 2007
(4)
Performance testing WCF web services using VSTS unit Tests
MSDN Blogs
>
Discoveries / Experiences in .Net Application development
>
Performance testing WCF web services using VSTS unit Tests
Performance testing WCF web services using VSTS unit Tests
Rate This
Y2KPRABU
1 Jun 2010 3:00 AM
Comments
0
1. Create a Performance session using the performance wizard 2. Add the website hosting the WCF service to be profiled 3.Choose instrumentation rather than sampling , since it would give you the time spent in individual functions etc. 4.For some reason, the IDE doesnt give us an option to choose the unit test project as one of the target projects. 5. Do not choose any of them as the "set as launch" project. 6.click on Attach to process in the Performance Explorer window somtimes we get the error message below, when we tried to attach to the aspnet_wp from Performance explorer using VSTS 2008 . Wrong setting of COR_PROFILER environment variable in target process. Please use VSPerfClrEnv.cmd to set environment variables correctly. a. Open vs 2008 command prompt b. go to C:\Program Files\Microsoft Visual Studio 9.0\Team Tools\Performance Tools c.Run the below command > VSPerfClrEnv /globalsampleon d. Restart the machine 7. Repeat 6 8.Run the Tests from the Test View window 9.Stop the Performance explorer 10.Thats it you get the performance report generated
0 Comments
Vsts 2008
,
Performance Analysis
,
WCF Testing
Leave a Comment
Name
Comment
Please add 2 and 6 and type the answer here:
Post