0
votes
1answer
37 views

Visual Studio performance test - unable to test report (SSRS)

I'm trying to create a web performance test in Visual Studio 2010/2012 to test a report based on MS report manager. The issue comes from a performance test framework - it doesn't execute java script. ...
1
vote
1answer
37 views

Queueing Load Tests in Visual Studio 2012

I'm currently finishing up a project for University that requires us to build an enterprise application using techniques described in Fowlers "Patterns of Enterprise Architecture". It's your bog ...
0
votes
1answer
132 views

Load Testing TCP with IP spoofing

I'm trying to come up with a way to Load Test the following architecture: We have an Application Server that recieves data from multiple servers with data-collecting agents on them. However, our ...
0
votes
0answers
49 views

Can Microsoft Visual Studio Web Performance Test Recorder save file from the Internet Explorer to local disk?

I'm using a Web Performance Test Recorder to do a load test. My customer is requesting to save a PDF file being displayed on the IE. Is that possible to be done by the Web Performance Test alone ? if ...
3
votes
1answer
300 views

Using a cloud service to stress test a web application

I am doing a research project regarding scalability. I have created a web app on Windows Azure and now need to test it with millions of users. I was thinking of doing the following: Create a simple ...
0
votes
1answer
171 views

Accessing App.Config Connection Strings in Load Test Plugin

I'm currently developing my first load test ever, so please bear with me ~ The load test itself is running a set of unit tests that POST different requests to an HTTP Handler. Depending on which ...
1
vote
2answers
108 views

Web Socket messages not all being received

I have implemented a web socket server using Alchemy web sockets, and am now trying to stress test it. I have written the following method in C# to create numerous clients to connect to the server and ...
0
votes
0answers
76 views

How to configure Load Test Agent such that one virtual user should access only one row from the database

I am new to visual studio load test agent and i am having a scenario where different users will login to my application after a delay of 2 seconds. I want that the data file that i have bind ...
3
votes
2answers
220 views

How to create parametrized performance tests in MSTest using xml?

I need to generate some performance testing using MSTest (LoadTests) and Visual Studio 2010. I need to make a test of a restful service and gather metrics. I have created an integration test that ...
0
votes
0answers
83 views

NCache query performance issues

I am evaluating NCache for usage in the ongoing project as a "read-through" cache - in order to take off load from SQL server. At client-side, the project has a polling routine that receives items ...
0
votes
1answer
74 views

LoadTesting, How to get work done in TestInitialize without effecting Avg. Test Time

Some of the tests in my loadtest have two steps involved in order get the data I need, however I want to test the time it take for each component of that process individually so I can easily save it ...
0
votes
1answer
32 views

testing site connection limits

I have just taken on a project created by someone else, It can expect a high volume of people logging in between the hours of 8 and 9am. What I need is a tool that can simulate say 100 logins on a ...
0
votes
2answers
237 views

Load testing a Webservice

I have been asked to load test an external webservice hosted by our client. Basically to send multiple web requests to the service and time how long it takes for the service to process them all. To ...
2
votes
2answers
84 views

Abort a webtest if an error occurs

Using VS2010's load test feature with recorded webtests. I have problems with cascading errors in my recorded webtests. That is, if one request fails, several other requests will also fail. This ...
0
votes
1answer
61 views

Webtest execution time much longer when in load test

I made a simple WebPerformanceTest in VS2012 which is just logging in and doing some basic jobs on the website. When ran, this test is only running for about a second or two. Now, I made a load test, ...

1 2 3
15 30 50 per page