2
votes
3answers
46 views
Performance testing application for bottle necks using production data
I have been tasked with looking for a performance testing solution for one of our Java applications running on a Weblogic server. The requirement is to record production requests ( …
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 …
1
vote
4answers
120 views
Load Testing a Database attached to a Network storage device
We are looking at stress testing a NAS system for a Database, basically was want to see how much abuse it can take and how much it affects the Database performance. here is what w …
0
votes
1answer
32 views
Why is the “Create a performance session for this test” grayed out on my load test?
In Visual Studio 2008 SP1 I have created a load test and am trying to create a performance profiling session that will profile the execution of the load test.
According to this po …
1
vote
3answers
29 views
Server Benchmarking: What tools to use with my real-world test data
I want to benchmark a new server using historical HTTP-request data. I have a textfile that contains one day's worth of real historical requests to a production server. What is the …
0
votes
1answer
55 views
load testing with vs2008, how do I get stats from the system under test?
When running a webtest or load test on a website using VS2008 Test edition how can I get the CPU etc of the webserver? I am sure I am being very slow here but I cannot work out how …
0
votes
1answer
201 views
How to view load test reports by individual request in Visual Studio Team edition
When performance testing a web site using the Load Web Test of Visual Studio one gets a summary of the results. Useful measures are shown, like the average response time, maximum r …
0
votes
2answers
65 views
website load testing Python script
Hello,
I am after a Python script to help me load test my Google App Engine website. I want to give it a set of URLs and a request rate (would need to use threads) and then measur …
0
votes
2answers
60 views
SoapUI request returns HTTP/1.1 400 Bad Request
I'm using SoapUI to load test one of our .net webservices.
I'm new to SoapUI, so I've run through the "getting started", using a publicly available service, and had no problems. B …
2
votes
1answer
39 views
mysql load testing tools
Hi All,
I want to calculate the each row size of a table. are there any tools available for this. Also Does anyone aware of any load testing tools.
Thanks in advance.
Regards,
M …
1
vote
1answer
48 views
Problem with load testing Web Service - VSTS 2008
Hello,
I have a webtest with makes a simple call to a WebService which looks like that:
MyWebService webService = new MyWebService();
webService.Timeout = 180000;
webService.my …
1
vote
2answers
58 views
VSTS load test one run per data row
I have a datadriven unit test which reads from an access database and execute for all rows in the database.When I add this to a load test and execute with 5 concurrent users,all th …
4
votes
7answers
211 views
Can you estimate an application’s performance before testing?
It's a tricky question I was asked the other day... We're working on a pretty complex telephony (SIP) application with mixed C++ and PHP code with MySQL databases and several open …
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 …
