The load testing tag is for issues relating to the setting up or running of load tests.
0
votes
0answers
8 views
Jmeter custom build fails
I am trying to make JMeter custom build. I am using this command
ant compile
ant distribution -Djmeter.version=2.9 -Ddisable-svnCheck=true
-Ddisable-check-versions=true
but I am running ...
0
votes
0answers
9 views
Rails load testing with httperf
I'm trying to load test my Rails (3.2.13) application with httperf. It worked very well for the pages which don't require cookies. But, I couldn't make it working for the pages which require cookies. ...
0
votes
0answers
4 views
Can I find which errors are for which test execution in a Visual Studio load test
How can I associate error messages generated during a Visual Studio 2012 load test with the tests that generated them?
About 10% of the individual tests failed but there were an average of 3.6 error ...
1
vote
1answer
12 views
Distributed Testing with Jmeter
I am using Jmeter 2.8 and trying to do distributed (master-slave) testing for the first time.
I setup everything fine
set Ip addresses in JMeter.properties
run Jmater-server.bat on all machines
...
0
votes
0answers
9 views
Parametrize load test duration in SoapUI
I am currently using SoapUI for load testing my web service. Typical test case includes few load tests. These test are part of integration testing. I have managed how to call this tests from java ...
3
votes
2answers
66 views
Web application performance testing using The Grinder
I am looking to write a complex set of performance tests for our restful web application. We began by looking at Jmeter but have found that it will be quite difficult to maintain over time due to the ...
0
votes
0answers
20 views
Error Queuing Visual Studio Load Test on Remote Test Controller
I am using Visual Studio 2012 on my local workstation, connecting to my test controller hosted in Amazon's EC2 cloud (Windows 2008 Server R2). I have added the EC2 elastic IP to my hosts file, and I ...
1
vote
0answers
28 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
12 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
1answer
36 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
25 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
44 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
27 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
1answer
15 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
42 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
16 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
52 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 ...
6
votes
2answers
105 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. ...
3
votes
1answer
49 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
50 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
54 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
16 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
33 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
16 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
64 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
66 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
46 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
18 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
27 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
36 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
42 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
76 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
47 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
115 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
32 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
23 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
118 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 ...
-2
votes
2answers
51 views
jMeter freezes in cloud based solution
Currently I am working with jmeter in the cloud.
I have a scenario to execute with 20,000 users. But after 10,000 it freezes. I checked the CPU time: it is utilizing 100%.
Please advise me what to ...
1
vote
1answer
50 views
Load testing a Facebook canvas app
We created a facebook canvas application that is now ready for load testing. But we are uncertain how to achieve this. I read some posts here on stackoverflow (like ...
0
votes
0answers
71 views
Jmeter does not send LDAP request
I have an application that receives LDAP requests from LDAP clients and forwards these requests to LDAP servers. I am using Apache Jmeter for load testing of this LDAP java application. Jmeter and the ...
0
votes
0answers
14 views
How to perform this load test in web server? [closed]
How do one perform a 20-user download and upload simultaneously load test to the system to determine the server bandwidth requirement.
0
votes
1answer
41 views
Gatling loadtest script
Say I need to write a gatling loadtest script that needs to call two APIs A1 and A2. It first needs to call A1 which will return a JSON payload, it needs to extract a field in the JSON payload and use ...
0
votes
0answers
29 views
How to ignore a failing request in a VS load test
I'm creating a load test in Visual Studio 2012 Ultimate for a web page. The page has some javascript that requests a resource from a remote server. That request often fails and the iteration of the ...
1
vote
2answers
23 views
Loadtesting HTTP services
We are developing servers that are based on HTTP RESTful APIs, and would like to loadtest the APIs. Could anyone point us to a loadtest that that can do the following:
Can compose load test scripts ...
1
vote
1answer
40 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
59 views
Storing Load test results in Database using Controller and Agents
I have a load test solution with one load test and one web test. I have created a Agent where the load test solution lies and a Controller which has a SQL server set up. So i am using the Controller ...
0
votes
1answer
33 views
WebTest working but LoadTest not
I created a Web Performance Test for a site which seems to be working fine. It's a simple test for logging in and testing the navigation. Running that test solely works every time. But the problem ...
2
votes
1answer
48 views
How to generate requests at a “requests/sec” target rate?
Say I have a target of x requests/sec that I want to generate continuously. My goal is to start these requests at roughly the same interval, rather than just generating x requests and then waiting ...
1
vote
0answers
143 views
Siege startup error - unable to connect to socket
I'm running a 64x Ubuntu 12.10 and trying to use siege 2.70.
The problem is when I'm trying to test ip address of my server or for example a google.com ip - 173.194.39.130
siege -g ...
0
votes
2answers
158 views
Load runner return value from function
for whom using HP LoadRunner, Im newly using LoadRunner VUGen, I use "web_submit_data" to send a specific request, I just want to knw how can I ensure that the request sent succsessfully.
I tried the ...
