Tagged Questions
The load-test tag has no wiki summary.
4
votes
6answers
2k views
load test / stress test web services
Does anyone know of a good tool to test load and stress on webservices? I've been looking at Watir and Selenium, but there more web page centered.
Thanks in advance.
3
votes
3answers
2k views
Testing with JMeter: how to run N requests per second
I need to test if our system can perform N requests per second.
Technically, it's 2 requests to one API, 2 requests to another, and 6 requests to third one.
But the important thing that they should ...
2
votes
1answer
126 views
Which way should I follow for the load test in .Net?
I saw a few ways for load test. However really I'm confused about it! Because my story is :
I collect datas from a web service, and I serialize them to give somewhere. Someone wants to calculate ...
1
vote
0answers
26 views
Load / Performance tests (HTTP and Web)
I'm looking for a load test tool, the main features that I need is:
Distribution (very important) - I need to be able to run something like 20,000 - 30,000 request per seconds (and more), so one ...
1
vote
1answer
81 views
How to disable DependentRequests of a WebTestRequest in VSTS2010 for second request onwards
I'm using Visual Studio 2010 for recording some web tests. I intend to build some load tests using these web tests. Most of the pages of the website that I'm targeting have lot of other resources like ...
1
vote
4answers
80 views
Tool suggestion for load testing a simple web page with submit button?
I've written a simple order application that consists of a 1 page order-form containing a set of input fields and a submit button. The order form is loaded by invoking a URL (with data being passed ...
1
vote
0answers
201 views
Simulate users in a chat room (PHP, ajax)
Good day to all.
I created a moderated chat (each question/answer/whatever have to be moderated). Now my only problem is that I don't know a way to simulate lots of users that type something and ...
1
vote
5answers
140 views
How can I measure the overhead of a mocking framework (TypeMock)?
I'm just beginning to evaluate mocking frameworks for my team and am wondering if anyone has any pointers to reference documentation or experience that you can share regarding the cost of mocking when ...
1
vote
1answer
780 views
What is a good benchmark test for load testing a production system running IIS?
I've noticed a few posts regarding stress testing IIS, but I'm more interested in knowing a good way to establish a bench mark of what my physical web server can handle.
I'm working on a production ...
0
votes
2answers
141 views
How do you load/stress test a java servlet?
I have a servlet, and I want to do more than a unit test. I need to know performance under load and stress test it.
I need to be able to script a variety of transactions that run over specific time ...
0
votes
1answer
168 views
How to add external jar files to grinder project
I am new to Grinder load testing framework.
I recorded a grinder script using tcpproxy. And then I made some modifications which includes use of external jar files.
In eclipse using grinder plugin ...
0
votes
3answers
148 views
Programmatic Load Testing?— outside Visual Studio
I was just wondering if there is a FREE framework I can use to programmatically run WCF load tests outside of Visual Studio. I've seen that NUnit provides such functionality for unit testing, but can ...