|
Possible Duplicate:
How do you stress test a web application?
Currently I have configured a project with cc.net, watin and nunit and now I want to do stress, load, and performance testing of my .net projects. Any idea which opensource tool should I use...
Started by sam on
, 15 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
Questions/340564/best-way-to-stress-test-a-website/340588#340588
We use Grinder to run load/stress, there's Homer: Microsoft Web Application Stress tool (aka WAS, predecessor to Application Center Test Enterprise Edition....
|
|
Hi, 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.
Started by Alonso on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It allows you to put scripts together in a test in any way you want.
You can easily test web services and write your own scripts.
This uses a relatively simple script language.
I've used openSTA.
|
|
Hi all
I develop a client-server style, database based system and I need to devise a way to stress / load test the system. Customers inevitably want to know such things as:
• How many clients can a server support?
• How many concurrent searches can a ...
Started by jkp on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
That is very important....
There are many ways to stress testTest 1 : Connect and Disconnect clients like mad, to see how well you handle the init and end many clients fail to connect.
The increase in clients causes a greater decrease in performance .
|
Ask your Facebook Friends
|
Hey,
I have several web services I need to create for them some testing mechanism and to use it as a tool for stress testing.
What's the best way to tackle this?
Started by Yarin Miran on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I prefer SoapUI due to the extra features you get with test case creation..
|
|
What are different ways that we can do some optimum level of stress testing for asp.net application before moving it to the production environment ?
Started by Vikram on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Alikl/archive/2008/05/05/asp-net-performance-engineering-stress-test-your-architecture-design-to-stress-test-a-website
From my experience before moving to the production environment please takeHere is the free tool for the....
|
|
Does anyone know any good tool that I can use to perform stress tests on a video streaming server? I need to test how well my server handles 5,000+ connections.
Started by Alvin on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
OpenRTSP works quite well for stress testing RTSP servers..
The multicast option and downloading file option.
|
|
Hello,
A similar question was already asked ( http://stackoverflow.com/questions/7492/how-do-you-stress-test-a-web-application ), but I'd like to test a web application that prevents double-submits and takes some counter-XSRF actions and therefore REQUIRES...
Started by wilth on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm fairly certain you can test interactions that use javascript....
And running, but you can get something very solid done!
If you only need to stress test request from e.g.The testers I work with use Bad Boy for load testing.
|
|
Is there a way to test an application where you simulate a hundred different clients connecting to a IIS server and asking the same data? At the customer where our project is running they have 400 computers and they often do stress tests with all computers...
Started by Lieven Cardoen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Microsoft Web Application Stress tool (aka WAS, aka "Homer"; predecessor to Application Center Test) LoadRunner or Performance Center Visual Studio Application Center Test (Enterprise Editions only Visual Studio 2008 Team Suite....
|
|
I do a sort of integration/stress test on a very large product (think operating-system size), and recently my team and I have been discussing ways to better organize our test workloads. Up until now, we've been content to have all of our (custom) workload...
Started by Jax on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The script can then be....
And record the process as a script.
WCAT and JMeter both allow you to walk through a web site as a route, completing forms etc .
My own experience has been initially on IIS platform with WCAT and latterly with JMeter and Selenium .
|
|
I have a server application that handles clients requests in different manner.
I want to know how many users can be served with minimal latency, so I made a small stress test application that simulate the users requests; at the same time another application...
Started by Ahmed Said on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If this is meant to be a long running stress test, instead of creating and when stopping the test....
This may be some simple improvements.
test by stealing everyone's desktop over the weekend to run the stress test.
|