Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
682 views

How to measure CPU and memory during load test

We are using JMeter in a heterogeneous environment and we would like to measure CPU and memory while we are producing heavy load on a server where our service or web application. What would you ...
2
votes
1answer
229 views

Detailed, per URL statistics in WCAT

I used to use MS's Homer tool for quick load testing. That tool was great - it had an easy-to-use UI and provided detailed reports on a per URL basis. I'm now switching over to WCAT because Homer is ...
2
votes
1answer
81 views

Ideas on load testing of web application

I would like to setup a performance tests started from our build server on a nightly basis. I have started using OpenSTA to handle test scripts and load generating but OpenSTA can not run load ...
2
votes
1answer
293 views

404 & 501 errors with Microsoft's Web Application Stress Tool

I've recorded a few scripts with this tool, but when I run it, 100% of my results codes are either 404 (Not Found) or 501 (Not Implemented). How can this be?
1
vote
2answers
2k views

jmeter vs selenium

Hi i wan't to get into Testautomation and the two Tools i found while my first Websearch is Selenium and Jmeter Which one do you think is the first to have a look at? Or do i need both Tools as ...
1
vote
0answers
374 views

Using Microsoft Web App Stress tool to stress test image uploading

I have developed a web application that I want to stress test. The app uses a Flash swf to allow users to browse for images on their machine and upload them to the webserver. This swf will read jpg ...
0
votes
0answers
30 views

Specific TCP port other than 80 with Microsoft Web Application Stress Tool (WAST) (Homer)

I know Microsoft isn't supporting its Web Application Stress Tool (WAST) any longer, but I still love using it. Unfortunately, I can figure out a way to specify a TCP port other than the default of ...
0
votes
0answers
76 views

How to install Web Application Stress Tool (WAST) (homer) on Windows 7

Since Microsoft is no longer supporting one of the most useful tools ever, apparently we are left to fend for ourselves. Has anyone been able to get the Web Application Stress Tool (WAST) to install ...
0
votes
1answer
72 views

Want to Run CSRFTester from OWASP but not getting Results

I am trying to run CSRFTester tool from OWASP to check for CSRF Attack on my web application. I am able to generate an HTML report from the tool but I dont know how to use it..I tried googling it but ...