RRR
RRR

Reputation: 575

Load testing in Visual studio 2010 Ultimate

I donwloaded trail version of Visual studio ultimate 2010. I created a unit test to test a wcf service. Now when I click the project to add a load test, I dont see the Web Performance test and Load test options. I only see Unit Test, Coded UI Test, Ordered Test and Generic Test. Can someone please let me know if I need do download something else?

Upvotes: 1

Views: 778

Answers (2)

Mauricio Aviles
Mauricio Aviles

Reputation: 1114

Assuming you have your application up and running, I suggest that you consider using Fiddler & Web Performance Test to generate load tests for your WCF service. With fiddler you can capture all HTTP traffic between your application and the WCF service and then export it into a web test. Web Tests have better integration with Load Tests in visual studio.

I also recommend that you download the Visual Studio Performance Testing (not so) Quick reference guide: http://vsptqrg.codeplex.com/

Upvotes: 2

RRR
RRR

Reputation: 575

I had to download the service pack 1.

Upvotes: 0

Related Questions