Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
446 views

Any suggestions for good automated web load testing tool?

What are some good automated tools for load testing (stress testing) web applications, that do not use record and replay of HTTP network packets? I am aware that there are numerous load testing tools ...
4
votes
4answers
1k views

Tools to Replay Load on a SQL Server

Has anyone come across any good tools (preferably but not necessarily FOSS) that can read a SQL Server (2005/2008) trace file and execute the commands against another database. We are attempting to ...
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
1k views

C# Stress Test - Simulate multiple access to a given shared resource

How can you simulate/stress test about 100 users accessing a given shared resource (e.g. Database) in a c# unit test?
2
votes
1answer
255 views

How can i stress my phone's CPU programatically?

So i overclocked my phone to 1.664ghz and I know there are apps that test your phone's CPU performance and stressers but I would like to make my own someway. What is the best way to really make your ...
2
votes
5answers
300 views

Stress Test tool for Password Protected Website

We need to run a stress test on a password protection section of a website we host. What tool (paid or free) would be best for us to use for this? We'd like to be able to create several 'scripts' ...
1
vote
1answer
70 views

“connection has been disabled” error message when quickly creating/deleting databases

Introduction I'm writing a web application (C#/ASP.NET MVC 3, .NET Framework 4, MS SQL Server 2008, System.Data.ODBC for database connections) and I'm having quite some issues regarding database ...
1
vote
0answers
21 views

Recommendations for testing a windows application in a productive system

we have to test our (not self developed) system. It's a delphi app (windows client), java server (running on AIX) with an SQL Server. My question is what is the best strategy for a (automated) stress ...
1
vote
1answer
402 views

IIS 7.0 large file transfer : Unable to read data from the transport connection: The connection was closed

Assume an ASP.NET page with these lines of code: while (true) { byte[BUFFER_SIZE] buffer; // Fill buffer with pseudo data Response.OutputStream.Write(buffer, 0, buffer.Length); ...
1
vote
2answers
215 views

How to stress test a telnet server application?

We have a Unix application that is essentially a glorified telnet server. We have no access to the Unix server, yet we need to do load/stress testing. We really need to be able to simulate a few ...
1
vote
1answer
452 views

SQL Server Stress Test Tools?

I am looking for a stress tool for SQL Server. I've seen a lot of suggestions on Google. But nothing of what I really need. I look for: I really look for a tool that could run a list of stored ...
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 ...
1
vote
2answers
588 views

Stress testing web services - best approach

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?
0
votes
3answers
56 views

Windows based application to test my ASP.NET application

I want to stress my website with multiple access. To do that i created a windows based application that call 1000 times the website. Unfortunatly it work just for 2 call. This is the code: ...
0
votes
2answers
52 views

Stress test local web application

How can i test my local RIA ? I need to do a stress test, graph response time and memory usage when user increases. Do you know any software ?
0
votes
1answer
80 views

Load and stress testing a network app

A client has a piece of hardware - it doesn't really matter what it does. 150 of them can connect to a PC and up to 150 PCs can interface to the single server. These are his figures and I and not sure ...
0
votes
2answers
32 views

sporadic behavior by the machines in stress

we are doing some java stress runs (involving network IO). Initially things are all fine and the system responds very fast (avg latency in test 2ms). But hours later when i redo the same test i ...
0
votes
1answer
357 views

Do you have data how Alfresco Community behaves with many users connected? (100>)

Hello My company is going to use Alfresco as a intranet. I think it's not fastest application and wonder if it can work with few hundred users expected. Do you have any experience using it with such ...