The load testing tag is for issues relating to the setting up or running of load tests.

learn more… | top users | synonyms

1
vote
0answers
17 views

Why do I get such different times in SoapUI and Visual Studio load tests?

We have been running some load tests using SoapUI and getting some 'strange' results. We call a service which does nothing except generate a guid and returns and finding that this sometimes takes ...
0
votes
0answers
6 views

Load testing services to load CDN

Any service can be used to load test a website on CDN? So that we can ensure our website still can run without problem even under high volume traffic for example DDoS. I suppose the target service ...
0
votes
0answers
14 views

Distributed event driven load test framework

I'm in the design phase of a load testing system for a complex application. I apologize in advance if it is a broad or debatable question, I do strive to some very specif yes or no answers regarding ...
0
votes
1answer
15 views

Web performance testing with datasource in vs 2012

I'm having some issues with my web performance test that I created in Visual Studio 2012. I've created a test to go through our order system, but on the first run of the test it has errors on the page ...
0
votes
0answers
16 views

Load test rig in Azure (from Visual Studio Ultimate 2012) [closed]

I am trying to set up Load Testing from Azure from Visual Studio 2012 Ultimate. Unfortunately the MSDN is not updated from Visual Studio 2010, so I started following the guide: ...
0
votes
0answers
12 views

How to access Unit Test TestContext from a Load Test

I've got one CodedUI test which I'd like to run in a load test. I created a plugin for that load test which should load me some data into the testcontext of the Unit Test before it starts. this is how ...
0
votes
0answers
8 views

Load testing for real lifecycle

I need a load testing tool that we can use to load an entire page and it will run and execute the js/ajax on the page. I have tried several online tools and most of them seem to make the http ...
1
vote
1answer
33 views

How to reduce the number of front end instances launched by GAE?

I am running two different load tests against my GAE/J application. Loadtest #1 (LT1): Invoke /rest/cheap1 every 2 seconds and /rest/cheap2 every 60 seconds Loadtest #2 (LT2): In addition to the ...
0
votes
0answers
6 views

How do I extract test logs from Visual Studio's load test results?

The results of running a web load test in Visual Studio 2012 includes log files from some of the failed test cases. My test has produced hundreds of errors and the developers want details of all of ...
1
vote
1answer
46 views

How to shutdown all dynamic instances in Google App Engine without re-deploying the app?

We are running multiple load tests every day against one of our GAE apps. We use the following pattern: Start a load test and let it run for a few hours. Look at graphs. Optionally deploy a new ...
0
votes
0answers
25 views

Can I create a custom TestContext timer for UnitTest/LoadTest in Visual Studio?

A few of my UnitTests have a Sleep that is defined in a loop. I want to profile not only each iteration of the test, but the overall time for all iterations, in order to show any non linear scaling. ...
2
votes
0answers
32 views

How to pass data from a UnitTest to a LoadTest?

During my UnitTest, I am creating data that needs to be referenced in future UnitTests. For example: [TestMethod] public void CreateOrder() { Order order = new Order(); int orderNumber = ...
1
vote
0answers
40 views

Jmeter - Variable not evaluated properly

I am using following syntax to get value but it is not working , same expression working for a HTTP request but not working for another. ${__V(STU_IDsub${index})} I am evaluating this value in a ...
0
votes
2answers
48 views

Jmeter - testing multiple urls

I'm new to Jmeter; I would like to know how to test multiple urls (stored in a txt/csv file) of different sections of a website in a load test ie. is there any way to import that file and run a load ...
0
votes
0answers
15 views

Trouble with Autobench and setting httperf_add-header

I want to load test my application and need a Cookie for it. I've looked all of the other questions and have tried this: In autobench.conf httperf_add-header = "Cookie: cookie_name=cookie_string\n" ...
1
vote
1answer
26 views

If condition not working in Bean shell sampler

I am writing following script in Bean Shell sampler but it is not executed properly, JMeter never enters in 'if' condition, what I m doing wrong? *WRIDTEMP is a variable, WRId is a variable having ...
0
votes
0answers
14 views

Yandex-tank - several requests with different http headers

Have anyone tried to use Yandex-tank as http load testing tool? I have a usecase to test a http service with multiple requests containing different path and query params and different http headear. ...
0
votes
0answers
43 views

jmeter async load test socket closed error

I am testing a web service that waits for an event. I am using Jmeter and have set up a thread group, CSV data set, and http header manager. The test starts and runs for 3 threads (users) each one ...
0
votes
1answer
56 views

how to create and call a custom function in jmeter

I am using JMeter for load testing, I am creating 1000 threads each sending an http request as follows: {"email" : "test${__threadNum}@test.com"} that's working fine, now I need to add a more ...
0
votes
1answer
40 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. ...
0
votes
1answer
13 views

load testing with crawler

We are looking for a web load testing tool that behaves more like a crawler and performs stress test for both primary and secondary To Illustrate lets a take an example , I have a index.html file ...
2
votes
1answer
24 views

How to access different test-fragment present in external test plan

I want to create a common test plan and define multiple test fragment in this file. I want to use some of the specific test fragment in the specific test plan. Here is outline of two different test ...
0
votes
1answer
26 views

log stack trace when HTTP request return error in Jmeter

I want to log all error message for failed HTTP request. I am going to run the thread group for 1B users and I don't want to use the View Result Tree because it logs everything and log file will ...
0
votes
1answer
32 views

JMeter: run a single Thread Group with dynamically generated Number of Threads (users)

I have several Thread Groups in a test plan, that are exactly the same with the exception of the Number of Threads, which keeps incrementing from TG to TG. Whenever I have to change a single thing, ...
0
votes
0answers
55 views

Performance testing for WPF application in Visual Studio 2010

I have WPF application. The application is handling reading input files and writing multiple output files. Internally it is grouping the input file records and writing them as output file based on ...
1
vote
1answer
36 views

Visual Studio Web Test - Do not Repeat Login Step

I have created a simple web test in Visual Studio to be used in a load test. This web test logs in to a site using forms authentication, then takes some other actions after logging in. The issue I ...
0
votes
0answers
86 views

Siege aborted due to excessive socket failure

I have encountered this problem whilst trying to run off the following cmd from siege on Mac OS X 10.8.3. siege -d1 -c 20 -t2m -i -f -r10 urls.txt The output from Siege is the following: ** SIEGE ...
0
votes
0answers
28 views

Web.Config transformation during performace test on VisualStudio

Is there a way to change a web.config parameter (ConnectionString) during a performance test batch (load test) automattically, in order to have result sets from differet databases? If so, how? I ...
0
votes
0answers
19 views

Strange counting in load test summary

In Visual Studio 2012 I've created a web performance and load test project. Inside the project I've created a webtest file (MyWebTest.webtest) that does the following calls: Enter in site A (Think ...
1
vote
0answers
79 views

Performance testing with PhantomJS

I am using Google soy templates and have developed both Server-side and client-side rendering solutions. I want to benchmark them using performance tests. While benchmarking the client-side part, I ...

1 2 3 4 5 23
15 30 50 per page