0
votes
2answers
50 views
Clean-rooming when software testing
I want to examine exactly how my code operates when using other libraries to which I do not have the code for. Whilst I can do this online (i.e. with FileMon, RegMon and TCPView fr …
2
votes
10answers
92 views
How often should applications be stress or load tested?
Is there a rule on how often an application should be stress or load tested? I normally do it before putting into production a new version, when the hardware changes or when the e …
0
votes
1answer
11 views
How do I assign a different IP address to each virtual client in WCAT.
I need to simulate 200 unique users (Unique IP's) hitting a web server using the Microsoft Web Capacity Analysis Tool. I need to do this using 200 virtual clients. I have DNS poin …
3
votes
4answers
89 views
How should I stress test my web application?
I've got a somewhat complex web application, containing Flash and javascript on the client side and PHP functionality server side. The PHP functionality contains system calls (exec …
1
vote
3answers
32 views
Stress testing with simulated browser behaviour
Hello,
I tried JMeter and it's great but fails in what I need.
Basically I'm testing an ASP script that returns frameset to the client. When frameset renders it calls a couple of …
1
vote
1answer
103 views
Web Service - “Current Connections” performance counter
Hello,
Recently I start to work with VSTS and I made some test scripts to run against an website.
The scripts consists basically of a synchronous WebService request.
I ran this …
1
vote
1answer
28 views
How to do a stress test for asp.net application ?
I don't want to use the visual studio 2008 team suite, is there any other work around for this ?
I know in iis resource kit, there is a application for testing this, but it's hard …
1
vote
5answers
70 views
Windows utility for consuming CPU
I'm looking for a windows utility to consume CPU at a specified percentage so that I can test my app under conditions of restricted processor resources.
I googled around and saw a …
1
vote
2answers
65 views
Stress and performance test on ASP.NET app
I want to conduct a stress and performance test on the front-end of my ASP.NET app. My goal is to:
Identify bottlenecks
Learn the number and the load of HTTP requests
Easily det …
1
vote
4answers
77 views
Can someone recomend me a simple tool for stress testing of web apps (with a popup windows support)
I have a relatively simple ASP.NET application which I need to stress test (e.g. run it in a simulated environment of 20 concurrent users).
Even though app is relatively simple th …
1
vote
4answers
62 views
Server testing a PHP app
I have a PHP application that will be accepting image uploads and I'm expecting ~20,000 in about 2 days. I have no concept of how much traffic my server can handle... How would I g …
1
vote
1answer
75 views
Stress Testing in Visual Studio
Visual Studio 2008 has a test type called a Load Test. It looks like I can just drop a collection of other tests into it, give it a test profile (say, 50 users constantly hitting …
1
vote
3answers
266 views
Any good open-source load / stress tools to test EJBs?
There are a number of commercial offerings that I've come across but nothing open-source.
I realise that you could do something simiilar with JUnit / JMeter but I'm looking for so …
0
votes
3answers
407 views
Load testing using Visual Studio 2008 : troubles with analyzing results
I use Visual Studio Team System 2008 Team Suite for load testing of my Web-application (it uses ASP.MVC technology).
Load pattern:Constant (this means I have constant amount of vi …
6
votes
15answers
2k views
open source Tool for stress testing, load testing and performance testing
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 per …
