|
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.
|
|
Is it possible to stress test a managed host (not my own machine) using VS 2008?
Started by niaher on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You will be able to stress....
As stress test tool I liked " Grinder " a lot and found it easy to use.
Microsoft Although it is not free: Visual Studio 2008 Team System Test Edition is a good stress test tool.
|
Ask your Facebook Friends
|
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 .
|
|
Hi,
I am very new to stress testing and am just trying to learn the ropes. So my questions are:
If I have a development server which in terms of software is identical but in terms of hardware has a much lower spec that the production server, is it worth...
Started by ChrisInCambo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A performance regression test consists of doing a stress test of allI think....
On a weeker machine so I'd say stress test and optimize on your development system and you'll know is "performance regression" testing.
|
|
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....
|